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

Keyboard Navigation

By default, the Kendo UI for Angular Sortable component navigation is disabled. To enable it, set the navigable property to true.

The Sortable supports the following keyboard shortcuts:

SHORTCUTDESCRIPTION
EnterFocuses the first focusable element within the item's content (if any). Focus is trapped and wrapped within the item content.
EscapeWhen focus is on an internal element within a Sortable item, returns the focus to the item wrapper.
Right Arrow / Down ArrowSets the focus on the next available item.
Left Arrow / Up ArrowSets the focus on the previously available item.
Ctrl/⌘+Right Arrow / Down ArrowMoves the focused item after the next item.
Ctrl/⌘+Left Arrow / Up ArrowMoves the focused item before the previous item.
Example
View Source
Change Theme:

In this article

Not finding the help you need?