New to Kendo UI for Vue? Start a free 30-day trial
Keyboard Navigation
The keyboard navigation of the TreeView is always available.
The TreeView supports the following keyboard shortcuts:
SHORTCUT | DESCRIPTION |
---|---|
Up Arrow | Moves the focus to the previous focusable node without opening or closing a node. |
Down Arrow | Moves the focus to the next focusable node without opening or closing a node. |
Left Arrow |
|
Right Arrow |
|
Home | Moves the focus to the first node in the tree without opening or closing a node. |
End | Moves the focus to the last focusable node in the tree without opening or closing a node. |
Enter | Fires the onItemClick event. |
Space | If the checkboxes property is configured, fires the onCheckChange event. |
Example
View Source
Change Theme: