New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Keyboard Support

The keyboard navigation of the RadStepper is always available.

Keyboard legend

SHORTCUTDESCRIPTION
Up ArrowFocuses the previous step in a vertical Stepper.
Down ArrowFocuses the next step in a vertical Stepper.
Left ArrowFocuses the previous step in a horizontal Stepper.
Right ArrowFocuses the next step in a horizontal Stepper.
HomeFocuses the first step of the Stepper.
EndFocuses the last step of the Stepper.
EnterActivates the currently focused step.
SpaceActivates the currently focused step.
TabMoves the focus away from the Stepper.

Focus

With the AccessKey property of the Control you can set the desired key for quick navigation to the Stepper.

ASP.NET
<telerik:RadStepper runat="server" ID="RadStepper1" AccessKey="W">

As result Alt + W focuses the Stepper.

SelectOnFocus

RadStepper exposes the SelectOnFocus property, applicable for scenarios when keyboard is used for navigation.

The boolean value set to the property indicates whether the selection will change upon focus change or it will require additional action (Enter or Space bar key press) in order to select the focused step. By default SelectOnFocus is set to false.

ASPX
<telerik:RadStepper runat="server" SelectOnFocus="true">

Test the keyboard support of RadStepper in our live demos

See Also

In this article
See Also
Not finding the help you need?
Contact Support