We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Force a cell that is being edited to save its changes

Hello,

I have this occurring:

The user edits the contents of a cell and then pushes a button which goes to the next part of a wizard form. The last edited cell is not properly saved since it was still in edit mode. How can you force it to be saved?


1 Reply

MC Manickam Chidambaram Syncfusion Team December 2, 2010 06:57 AM UTC

Hi David,

Thanks for your interest in Syncfusion Products.

We suggest you call EndEdit() method in the Button click event which is used for navigation to next form. Please refer the below code snippet.


//Button Click event
this.GridGroupingControl1.Table.CurrentRecord.EndEdit();


Please try the above suggestion and let us know if it helps.

Regards,
Manickam


Loader.
Live Chat Icon For mobile
Up arrow icon