wcx6298 / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Support RecordDropHandler for TileGrids #570

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There is no way to get the index/position of a Tile which is dropped on a 
TileGrid. Other widgets like the ListGrid does support a RecordDropHandler 
which sends a RecordDropEvent with the index information 
(RecordDropEvent#getIndex()). This should also be available for the TileGrid. 
Instead there is only the possibility to add a DropHandler which doesn't 
provide any useful information.

Is there a work-around to identify the index of a currently dropped Tile? Here 
I got no answers: http://forums.smartclient.com/showthread.php?t=16122

Thank you in advance.

Original issue reported on code.google.com by sven.strohschein@googlemail.com on 28 Mar 2011 at 5:14

GoogleCodeExporter commented 9 years ago

Original comment by sanjiv.j...@gmail.com on 4 Jul 2011 at 8:55