hgs1906 / smartgwt

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

TileGrid with data source: buggy d'n'd #484

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The sample TileGrid with d'n'd works good. If one changes the line
tileGrid.setData(new TileRecord[]{}); 

to
//using DataSource will make dragging buggy
tileGrid.setDataSource(AnimalXmlDS.getInstance()); 
tileGrid.setAutoFetchData(true); 

then d'n'd won't work properly anymore (drop target isn't displayed anymore, 
dropped image will be 1st in the list instead of the right place). 

Thanks

Original issue reported on code.google.com by marius.a...@gmail.com on 12 Jul 2010 at 9:19

GoogleCodeExporter commented 9 years ago
Fixed, please try the next nightly build.

Original comment by sanjiv.j...@gmail.com on 18 Dec 2010 at 12:37