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