Keyboard Navigation

The KendoReact Stepper has enabled keyboard navigation support, but in the context of the Form Wizard the keyboard navigation can be customized by handling the onKeyDown event of an element wrapping the KendoReact Form and Stepper components.

The following example demonstrates how to handle the onKeyDown event of the wrapping DIV element to change the steps with CTRL+LeftArrow or CTRL+RightArrow:

Example
View Source
Change Theme:

The same approach can be used for introducing different actions with different key combinations.

In this article

Not finding the help you need?