Rank: Advanced Member Groups: Member
Joined: 5/19/2010 Posts: 35
|
Hi,
I've found that if I'm editting a cell and click on a column header to sort with the cell still selected I'm losing the cell's new value, with the cell reverting to the previous value. Is this a bug or is there something I'm missing?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
That should not happen in client running mode. If you run in server or callback mode, then everytime when you sort a column, the data are reloaded from your data source. Thus unless you handle the Grid's ItemChanged event to save the changes back to your data source before rebinding the Grid, all the changes will be lost.
Thanks!
|