New to Kendo UI for Vue? Start a free 30-day trial

Keyboard Navigation

The keyboard navigation of the TreeList is always available.

The data table of the TreeList supports the following keyboard shortcuts:

SHORTCUTDESCRIPTION
Arrow KeysNavigates between the cells.
SpaceSelects the row with the currently highlighted cell.
Ctrl+Space
  • Selects or deselects the current row.
  • Persists the previously selected rows.
Shift+Space
  • Performs range selection.
  • Selects all rows between the last selected one.
Shift+Arrow KeysAdds the row of the focused cell to the selection.
Enter or F2Sets the item in edit mode. If pressed on a command column, the shortcut focuses the first focusable element inside it.
EscCancels the edit or, if an element inside a cell is focused, returns the focus to the table.
Alt+Right ArrowExpands the current item.
Alt+Left ArrowCollapses the current item.
Ctrl+HomeFocuses the first focusable element inside the body.
Ctrl+EndFocuses the last focusable element inside the body.
HomeFocuses the first focusable cell in the row.
EndFocuses the last focusable cell in the row.
Example
View Source
Change Theme:

In this article

Not finding the help you need?