-
24 Oct 2007 2:27 AM #1
after update data,grid select data is old data
after update data,grid select data is old data
when I update a data,and ds.load(),grid show the new data,
but grid.getSelectionModel().getSelected().data is old data ,
I have to click the grid ,to make grid.getSelectionModel().getSelected().data new data.
why?Can you help me ?
How can I get the new updated data ?
-
24 Oct 2007 7:58 AM #2
In your load handler, you can call
Code:grid.getSelectionModel().clearSelected()
Tim Ryan
Read BEFORE posting a question / BEFORE posting a Bug
Use Google to Search - API / Forum
API Doc (4.x | 3.x | 2.x | 1.x) / FAQ / 1.x->2.x Migration Guide / 2.x->3.x Migration Guide
-
25 Oct 2007 10:39 PM #3
I have resolved this question ,Thanks
I have resolved this question ,Thanks
I have resolved this question ,Thanks


Reply With Quote