zorba-the-geek / smartgwt

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

dataArrived event listener missing on grids #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently it is not possible to know when e.g. a ListGrid has received data
and certain actions are possible. An example of this is when using a
RestDataSource, and you want a certain row to be selected once the record
have been loaded and ready to be selected.

To solve this a DataArrived event listener can be added to the grid.

Original issue reported on code.google.com by stilling...@gmail.com on 31 Jan 2009 at 10:57

GoogleCodeExporter commented 9 years ago
Added as defect, even though it should have been marked an enhancement.

Original comment by stilling...@gmail.com on 31 Jan 2009 at 10:59

GoogleCodeExporter commented 9 years ago
Added ListGrid, TreeGrid addDataArrivedHandler(..)

Original comment by sanjiv.j...@gmail.com on 14 Feb 2009 at 11:50