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
Veli
Telerik team
answered on 16 Jun 2009, 02:02 PM
Hi Prathibha,
If I understand you correctly, you are using RadComboBox and TextBox controls inside a GridTemplateColumns' ItemTemplate. When you edit the values in these controls, you need to update RadGrid's data source and RadComboBox's data source (if related) amd rebind RadGrid. Otherwise, simply editing control values will not preserve the changes on postback.