LS
Lingaraj S
Syncfusion Team
March 18, 2009 05:54 AM UTC
Hi Raul,
Thank you for your interest in Syncfusion products.
The WantTabKey property will help you to cancel the functionality of tab to move to next cell, but it will make the functionality as moving to next control.
Please try the code below:
this.gridDataBoundGrid1.WantTabKey = false;
Regards,
Lingaraj S