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

Focus trapped in a cell

I am using the GridGroupingControl within a Form, and I am editing the contents of a nested cell. I edit the cell, and want to click a Save button. For some reason, unless I press Enter or Escape, I am trapped within the cell, and am unable to click the button.

Any ideas why this might be happening?

I am unable to duplicate this behavior in a simple example; I'm hoping that you fine folks might be able to suggest some options for me.

Thanks in advance,

Eric

1 Reply

AD Administrator Syncfusion Team January 18, 2007 06:49 PM UTC

Hi Eric,

Are you handling any one of our grid's validation event? If yes, please try setting the SaveButton's CauseValidation property to false. Here is a code snippet.

this.m_SaveButton.CausesValidation = false;

Best Regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon