New to Kendo UI for Angular? Start a free 30-day trial
Keyboard Navigation
The keyboard navigation of the DropDownTree is always available.
The DropDownTree supports the following keyboard shortcuts:
SHORTCUT | DESCRIPTION |
---|---|
Up Arrow | Moves the focus to the previous focusable item without opening or closing an item. |
Down Arrow | Moves the focus to the next focusable item without opening or closing an item. |
Left Arrow |
|
Right Arrow |
|
Enter | Opens the popup or selects the highlighted item if the popup is already open. |
Esc | Closes the popup. |
Home | Moves the focus to the first item in the tree without opening or closing a item. |
End | Moves the focus to the last focusable item in the tree without opening or closing an item. |
Alt +Down Arrow | Opens the popup. |
Alt +Up Arrow | Closes the popup. |
Space | Toggles the popup if the filter input is not focused. |
Change Theme
Theme
Loading ...
Navigation Scenarios
When the popup of the DropDownTree is opened, it adopts the same keyboard shortcuts as the keyboard shortcuts of a selectable TreeView.