Tab control between cells in a grid

Hi,

I am using Syncusion GridControl for our project.

In a grid I need a functionality, where I will move to next cell in the grid when Tab button is pressed.

If any body knows the solution, please give me any ideas for above functionality.

Thanks,
Deepa

1 Reply

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

Loader.
Up arrow icon