ListGrid.addData(record) in the example...
http://www.smartclient.com/smartgwt/showcase/#grid_dataoperations_add
... puts the added record in the first row.
What makes it go in the first row vs. the last row position?
I've got a very similar grid, but addData results in a new row at the last position.
thanks!
,chris
http://www.smartclient.com/smartgwt/showcase/#grid_dataoperations_add
... puts the added record in the first row.
What makes it go in the first row vs. the last row position?
I've got a very similar grid, but addData results in a new row at the last position.
thanks!
,chris
Comment