Is there a way to use your keyboard to quick jump to the first record starting with the character you press?
I want to preselect which data column to choose from, and (for eg) select "J" on my keyboard and jump to the first record that starts with "J".
Thanks
Murray
1 Answer, 1 is accepted
0
Dimitrina
Telerik team
answered on 17 Nov 2011, 04:37 PM
Hi Murray,
You may predefine the behavior of the default keyboard command provider. Please take a look at this blog post for a reference. If would like to press the 'J' key and have some custom logic executed on the RadGridView, then you may create your own custom Command and use it when 'J' is pressed: