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.
Up arrow icon