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

Keyboard Navigation

The keyboard support of the Grid is always available.

To apply the keyboard shortcuts, focus the Kendo UI Grid wrapper for Vue by clicking the example area and pressing the Tab key.

The following keyboard shortcuts apply to the header of the Kendo UI Data Grid wrapper for Vue.

SHORTCUTDESCRIPTION
 Enter Sort by the column.
 Alt+Down Opens the filter menu.
 Esc Closes the filter menu.
 Tab (Default browser behavior) Navigates through the elements in the filter menu.
 Shift+TabSame as Tab, but in reverse order.
 Ctrl+Left ArrowReorders the column with the previous one.
 Ctrl+Right ArrowReorders the column with the next one.

The following keyboard shortcuts apply to the data table of the Kendo UI Data Grid wrapper for Vue.

SHORTCUTDESCRIPTION
 Arrow Keys Navigates over the cells.
 Enter Toggles the expand and collapse state on group row.
 Page Up Navigates to the previous page.
 Page Down navigates to the next page.
 Space Selects the row which holds the currently highlighted cell.
 Ctrl+Space Selects or deselects the current row while persisting the previously selected rows (only for the multiple selection mode).
 Shift+Space Performs range selection. Selects all the rows between the last selected one (with SPACE or mouse-click) and the one which holds the focused cell.
 Shift+Arrow Keys Adds the row which holds the focused cell to the selection (only for the multiple selection mode).
 Ctrl+Home Focuses the first focusable element inside the body.
 Ctrl+End Focuses the last focusable cell in the last row.
 Home Focuses the first focusable cell in the row.
 End Focuses the last focusable cell in the row.
Example
View Source
Change Theme:

In this article

Not finding the help you need?