New to Telerik UI for ASP.NET Core? Start a free 30-day trial
Keyboard Navigation
Updated over 6 months ago
The keyboard navigation of the Telerik UI for ASP.NET Core Slider is always available.
For a complete example, refer to the demo on keyboard navigation of the Slider.
The Slider supports the following keyboard shortcuts:
| SHORTCUT | DESCRIPTION | 
|---|---|
Up Arrow or Right Arrow | Increases the value by a small step. | 
Down Arrow or Left Arrow | Decreases the value by a small step. | 
Page Up | Increases the value by a large step. | 
Page Down | Decreases the value by a large step. | 
Home | Moves the drag handle to the minimum value. | 
End | Moves the drag handle to the maximum value. | 
Tab | Focuses the drag handle of the next Slider (if such) or the next focusable page element. | 
Shift + Tab | Focuses the drag handle of the previous Slider (if such) or the previous focusable page element. |