I'm using RadcomboBox and TextBox as template columns in a RadGrid.Edited values of textbox and comboBox disappears when paging occurs.I want to retain that values.
1 Answer, 1 is accepted
0
Tsvetoslav
Telerik team
answered on 15 Jun 2009, 03:41 PM
Hello Prathibha,
If you are editing a grid item and before committing the changes you go to another page in the grid, it is only natural to lose the new values for the controls in question, since the grid is rebound on each paging operation. You should either update the items being edited before performing the paging operation or work out a way to persist both the item's edit mode and the values for the two controls when paging occurs.