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

Keyboard Navigation

The keyboard navigation of the ButtonGroup is available by default.

The ButtonGroup supports the following keyboard shortcuts:

SHORTCUTDESCRIPTION
Right ArrowFocuses the next button in the group.
Left ArrowFocuses the previous button in the group.
Enter & SpaceToggles the selected state of the focused button.
Example
View Source
Change Theme:

Disabled Keyboard Navigation

To disable the default keyboard navigation and include all buttons in the natural tab sequence of the page, set the ButtonGroup navigable option to false.

The following example demonstrates this approach:

Example
View Source
Change Theme:

In this article

Not finding the help you need?