RC
Rajadurai C
Syncfusion Team
July 8, 2009 01:39 PM UTC
Hi Deepa,
Thanks for your interest in Syncfusion Products.
In Syncfusion gridcontrol, when the tab key is pressed, the focus in grid moves to next cell. This is the default behavior handled through the WantTabKey property. This property is set to true by default to achieve this behavior. Here is the code for your reference.
this.gridControl1.WantTabKey = true;
Regards,
Rajadurai