Re: DataGrid and using Event.setCapture to implement column resizing.

2013-07-19 Thread David
Hi Andrea, I know, I created the issue in the tracker :-) But still I am trying to understand why the setCapture is not working since that is normally the proper way to handle drag code. I see that someone made something work: https://github.com/gchatelet/GwtResizableDraggableColumns But I also

DataGrid and using Event.setCapture to implement column resizing.

2013-07-18 Thread stuckagain
Hi, I'm currently implementing column resizing on DataGrid but I stumbled upon 2 problems. Maybe somebody from the GWT team can help me out to solve this ? It looks to me that those are bugs/features of the current DatatGrid/CellTable(s) ... but it would be great if I can get a complete

Re: DataGrid and using Event.setCapture to implement column resizing.

2013-07-18 Thread Andrea Boscolo
Not an answer to your problems, but other people in the past have followed the same road. Have a look at http://code.google.com/p/google-web-toolkit/issues/detail?id=6401 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from