New to Kendo UI for Vue? Start a free 30-day trial
Native TreeList Keyboard Navigation
Updated on Aug 14, 2026
The keyboard navigation of the TreeList can be enabled using the navigatable prop of the TreeList.
The TreeList supports the following keyboard shortcuts:
| SHORTCUT | DESCRIPTION |
|---|---|
Arrow keys | Navigates through the cells of the TreeList |
Enter | Will perform different actions based on the current cell. For example, it will sort a sortable column, expand/collapse a parent item, or if focusable nested component is available it will exit navigation and focus it. |
Loading ...