New to Kendo UI for jQuery? Download free 30-day trial

Keyboard Navigation

The keyboard navigation of the Slider is always available.

For a complete example, refer to the demo on keyboard navigation of the Slider.

The user can focus the drag handles of the Slider through tabbing. When focused in this way, the respective drag handle supports the following keyboard shortcuts.

In the right-to-left (RTL) mode, the behavior of the left and right Arrow keys is reversed.

SHORTCUT DESCRIPTION
Left Arrow or Down Arrow Increments the value by a smallStep amount.
Right Arrow or Left Arrow Decrements the value by a smallStep amount.
Page Up Increments the value by a largeStep amount.
Page Down Decrements the value by a largeStep amount.
Home Places the focused drag handle at the minimum value.
End Places the focused drag handle at the maximum value.

See Also

In this article