New to Kendo UI for jQuery? Start a free 30-day trial
Keyboard Navigation
The keyboard navigation of the Drawer is always available.
When the Drawer is focused, the current active item is selected. For a complete example, refer to the demo on keyboard navigation of the Drawer.
Kendo UI Drawer supports the following keyboard shortcuts:
SHORTCUT | DESCRIPTION |
---|---|
Home | Focuses the first item in the drawer. |
End | Focuses the last item in the drawer. |
Up Arrow | Focuses the previous item in the drawer. |
Down Arrow | Focuses the next item in the drawer. |
Enter | Selects the focused item. |
Space | Selects the focused item. |
Esc | Hides the drawer. |