This is a migrated thread and some comments may be shown as answers.

[Solved] Retain edited values on RadGrid Paging

1 Answer 145 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Prathibha
Top achievements
Rank 1
Prathibha asked on 15 Jun 2009, 12:32 PM
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

Sort by
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.

I hope this helps.

Best Regards,
Tsvetoslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Prathibha
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or