New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Keyboard Support

Form elements styled by RadFormDecorator provide the same set of keyboard navigation shortcuts that you usually get from the standard, unmodified elements by the browser.

Most of the skinned HTML elements like check boxes and buttons have a limited, well known selection of keyboard shortcuts. The select element, however, offers a longer list in order to allow you to show/hide the drop-down and select elements from its list easily via the keyboard and to navigate through the list items.

Below you can find the options for keyboard navigation that are supported by the decorated select element:

Opening and closing the drop-down list

OperationKeyboard Shortcut
Open/close the drop-down list.Alt + Up/Down arrowradformdecorator-alt+radformdecorator-up-down
Close the drop-down list.Enter or Escaperadformdecorator-enter or radformdecorator-esc
OperationKeyboard Shortcut
Select the previous/next element from the list.Up/Down arrowradformdecorator-up-down
Select the first item that starts with the typed letter sequence.Keyboard lettersradformdecorator-letter

Using multiple selection list

OperationKeyboard Shortcut
Put the previous/next element in active state.Ctrl + Up/Down arrowradformdecorator-ctrl+radformdecorator-up-down
Toggle the active element between selected and unselected state.Space or Ctrl + Spaceradformdecorator-spaceor radformdecorator-ctrl+radformdecorator-space
Toggle the selected state of the elements in the selected direction.Shift + Up/Down arrowradformdecorator-shift+radformdecorator-up-down
Put the active item in selected state.Enterradformdecorator-enter

See Also