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