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

Keyboard Navigation

The keyboard navigation of the Dialog is always available.

When the Dialog is opened, the initial focus is set on the primary button. This approach enables the user to immediately select or navigate between the action buttons by using the Left and Right arrow keys, and to close the Dialog with the Esc button.

SHORTCUTDESCRIPTION
EscCloses the Dialog.
Left ArrowMoves the focus to the previous action button.
Right ArrowMoves the focus to the next action button.
TabMoves the focus to the next focusable element in the Dialog. If the focus is on the last focusable element, moves the focus to the first focusable element.
Shift + TabMoves the focus to the previous focusable element in the Dialog. If the focus is on the first focusable element, moves the focus to the last focusable element.
Example
View Source
Change Theme:

In this article

Not finding the help you need?