We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Move with arrow keys and leave with tab



Hi,
I would likte to know if it is possible to move around in the grid by using the arrow keys and also if it is possible to leave grid by tab key.

How can I do this?

Regards,
ToDo

3 Replies

AJ Ajish Syncfusion Team August 29, 2007 12:00 AM UTC

Hi,

Thank you for your interest in Syncfusion products.

Inorder to enable only Arrow key navigation inside a cell and disable tab key navigation, you can do this by setting WantTabKey to false. Here is the code for doing it,

this.gridControl1.WantTabKey = false;

Kindly try the above and let me know if this helps in resolving your issue.

Regards,
Ajish.


TO ToDo August 29, 2007 08:13 AM UTC

Hi
Yes thanks! this helped me to be able to tab in and out of the grid control but still I can not move with the arrow rows.

How do I do that?

Regards,
ToDo


AJ Ajish Syncfusion Team August 31, 2007 01:00 AM UTC

Hi

Thank you for your patience.

We have tested the following sample for Arrow key navigation (setting WantTabKey property to false) in v5.2 and seem to be working fine here. Which version of grid are you using?

Please refer to the following sample
Sample: http://websamples.syncfusion.com/samples/Grid.Windows/F67689/main.htm

Kindly take a look and let me know if the issue is reproducible in this sample.

Regards,
Ajish.

Loader.
Live Chat Icon For mobile
Up arrow icon