JJ
Jisha Joy
Syncfusion Team
December 23, 2008 06:01 AM UTC
Hi DietzMJ,
Please try to handle TableControlCurrentCellAcceptedChanges event as shown in the below code and let me know if this helps.
void gridGroupingControl1_TableControlCurrentCellAcceptedChanges(object sender, GridTableControlCancelEventArgs e)
{
e.TableControl.Table.CurrentRecord.EndEdit();
e.TableControl.Table.EndEdit();
}
Thank you for using Syncfusion Products.
Regards,
Jisha