Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

This is Kishore,

I using radgrid to add, edit, update and delete the data on radgridview.
using editmode=Batch and
BatcheditingSettings ='Row'

1. I am binding data to the gridview in Page load event.
2. I am editing, adding the data populated on the gridview.
3. before saving my changes, iam doing postbak my page to do some operation on the screen.
4. Problem here is I lost my changes made in the gridview.
Gridview is not maintained its state.

Please let me know what are all the possible ways to hold my data on the grid between the postbacks until i hit save.

Your help is appriciated.

Thanks,
Kishore
Posted
Comments
Sergey Alexandrovich Kryukov 18-Jul-14 15:32pm    
The problem is not explained here. What is the problem? "I lost my changes"? How can we see why?
A good complete self-containing code sample manifesting the problem can help (not all your real code). Please see: http://www.sscce.org.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900