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

Arrow Keys in Grid

Simple question. I am using a grid and for some reason the arrow keys do not change the position of the current cell. Is this a property or do I have to implement code to make this happen?


1 Reply

SR SubhaSheela R Syncfusion Team May 10, 2008 10:32 AM UTC

Hi Kyle,

Thanks for your interest in Syncfusion products.

By default, GridGrouping Control support that arrow key feature. You can try to set UseOldHiddenScrollLogic property of GridControlBase.

Below is the code snippet:


GridControlBase.UseOldHiddenScrollLogic = true;


Please let me know if it helps.

Regards,
Subhasheela R



Loader.
Live Chat Icon For mobile
Up arrow icon