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

Disable tab

Hi!

How can I disable the tab key in GridControl?

Thanks,
Edijs

1 Reply

AD Administrator Syncfusion Team January 16, 2007 05:04 PM UTC

Hi Edijs,

The WantTabKey property indicates if the grid control should handle tab keys to move between cells. Try this code to disable tab key.

this.gridControl1.WantTabKey = false;

Best Regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon