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

How do I make the a GridGroupingControl scroll horizontally

Hello,

How do I make the a GridGroupingControl scroll horizontally when I press the direction keys on the keyboard.

e.g. when I press the right key I want to scroll to the right, if there is anything to display, and vice versa. The grid already has a horizontal scroll bar and it will be nice to be able to use to keyboard to control it.

Thanks

Dave


2 Replies

LS Lingaraj S Syncfusion Team March 4, 2009 02:03 PM UTC

Hi Dave,

Thanks for your interest in Syncfusion products.

GridGroupingControl moves the horizontal scrollbar using the keybord arrows with the help of TableControlKeyDown event and ScrollCellInView() to perform the

scroll action when the cell is not in focus.

Please refer the code below.
http://files.syncfusion.com/support/samples/Grid.Windows/7.1.0.21/F79887/main.htm

Let me know if you have any queries.

Regards,
Lingaraj S



AD Administrator Syncfusion Team March 4, 2009 06:19 PM UTC

Thanks, it works


Loader.
Live Chat Icon For mobile
Up arrow icon