javierdotnet / gwt-ext

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

Missing method to get Row Number for drag and drop in GridPanel #358

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
There is no method to get the row number for a grid when doing drag and
drop into the grid.

Original issue reported on code.google.com by mlim1...@gmail.com on 26 Jun 2008 at 7:29

GoogleCodeExporter commented 9 years ago
New methods added to the GridView and modified the Grid-tree drag & drop 
example. 
The new methods are:
- findRowIndex(JavaScriptObject)
- findRowIndex(EventObject)

Original comment by mlim1...@gmail.com on 26 Jun 2008 at 7:32

GoogleCodeExporter commented 9 years ago
Great! Can you also update the .html version of the sample so that the View 
Source
correctly reflects the updated sample. Thanks.

Original comment by sanjiv.j...@gmail.com on 26 Jun 2008 at 10:08

GoogleCodeExporter commented 9 years ago
Yes..that's the next step!  Just wanted to have people have the source 
available.

Original comment by mlim1...@gmail.com on 26 Jun 2008 at 3:18