google-code-export / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

Drag and Drop support in Grid (and other widgets) #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Grid.addGridDragListener(GridDragListener)

What is the expected output? What do you see instead?
drag and drop doesn't work

What version of the product are you using? On what operating system?
0.9.1 with GWT 1.4

Original issue reported on code.google.com by pave...@gmail.com on 4 Sep 2007 at 10:35

GoogleCodeExporter commented 9 years ago
Drag and Drop is on my TODO list. You can view the TODO list here :
http://code.google.com/p/gwt-ext/wiki/ToDo

Original comment by sanjiv.j...@gmail.com on 5 Sep 2007 at 12:52

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 7 Sep 2007 at 2:29

GoogleCodeExporter commented 9 years ago
I've seen the source and found the TODO above the addGridDragListener()-method. 

I am trying to implement row reordering with drag&drop. Is there another 
possibility
to do exactly that without the event propagation for dragging/dropping being 
implemented?

btw> I am using gwt-ext 0.9.3

Original comment by benjamin...@gmail.com on 29 Jan 2008 at 3:32

GoogleCodeExporter commented 9 years ago
Grid - > Tree DnD is implemented in SVN along with a Showcase example.

Original comment by sanjiv.j...@gmail.com on 29 Jan 2008 at 8:49

GoogleCodeExporter commented 9 years ago
Added functionality.

Original comment by sanjiv.j...@gmail.com on 6 Feb 2008 at 9:59