RadGrid for ASP.NET

Keyboard support Send comments on this topic.
See Also
Functional overview > Keyboard support

Glossary Item Box

Telerik RadGrid supports keyboard navigation. Currently the following features are supported:

  • Setting the control Access Key - a key combination that allows the end-user to focus on the respective grid (e.g. Alt+F) and subsequently use the Up and Down arrow keys for navigation. The access key is defined using the AccessKey property of RadGrid (e.g. for Alt+F, the AccessKey property should be set to "F").

Access Key

 

To enable this feature you have to set the ClientSettings -> AllowKeyboardNavigation property of the grid to true (it's default value is false).

  • Arrowkey Navigation - allows end-users to navigate around the grid structure using the arrow keys.
  • select grid items pressing the [SPACE] key
  • edit rows hitting the [ENTER] key

Arrowkey Navigation

See Also