This example demonstrates how you can use the keyboard to control a RadSplitButton. You can focus a button by using the
Tab key if you set the TabIndex property of RadSplitButton according to the desired flow of the page.
In addition, you can use a shortcut if you set the AccessKey property. Press
Alt+AccessKey in IE and Chrome,
Shift+Alt+AccessKey for Firefox
and Shift+Esc+AccessKey for Opera.
Once the SplitButton is focused, you can use the Alt + Down Arrow to open and focus the button's ContextMenu. Then, you can leverage the
ContextMenu's keyboard support.
To execute a selected Command press the Enter or Space key when it is focused.
Note: By default tab-access is disabled in Safari. To enable it, check "Preferences > Advanced > Press tab to highlight each item on the page".