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

Button Click event raised before TableControlCurrentCellDeactivated

Hi,

I got form with GGC and external save button.
the grid has the event TableControlCurrentCellDeactivated for doing some updates when cell is deactivated.
the problem is when I click the save button, the button click event raised before TableControlCurrentCellDeactivated.
i would like to run TableControlCurrentCellDeactivated logic before button click.
how can it be achived?

1 Reply

RC Rajadurai C Syncfusion Team January 19, 2010 01:58 PM UTC

Hi Ruslan,

Thanks for your interest in Syncfusion Products.

The TableControlCurrentCellDeactivated event get triggerred only when the current cell is completely deactivated. You can try to handle the code in TableControlCurrentCellValidated or TableControlCurrentCellAcceptedChanges events that get triggerred first while the focus is in any of the grid cell and clicking any button in form.

Regards,
Rajadurai

Loader.
Live Chat Icon For mobile
Up arrow icon