Hi, I have RadGrid with template field.In this i have textboxes.The user will enter values in textbox.The radgrid has paging option.How can i retain values in the previous page when user navigate to nextpage.How can i handle this ?
I would suggest that you take a look at the "Persisting CheckBox control state in GridTemplateColumn on rebind" documentation page.Although it focuses on persisting check box state, it also says: "Similar actions could be performed for persistence of other controls state in GridTemplateColumn."