New to Telerik UI for ASP.NET MVC? Start a free 30-day trial
Keyboard Navigation
Updated on Mar 24, 2026
The keyboard navigation of the SegmentedControl is always available.
For a complete example, refer to the demo on keyboard navigation of the SegmentedControl.
The SegmentedControl supports the following keyboard shortcuts:
| SHORTCUT | DESCRIPTION |
|---|---|
Tab | Moves the focus to the next button in the group. |
Shift+Tab | Moves the focus to the previous button in the group. |
Enter or Space | Activates the focused button and selects the corresponding segment. |