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.
Up arrow icon