New to Telerik UI for ASP.NET Core? Start a free 30-day trial
Keyboard Navigation
The keyboard navigation of the ContextMenu is always available.
When the ContextMenu is focused, the first root item is activated.
The ContextMenu supports the following keyboard shortcuts:
SHORTCUT | DESCRIPTION |
---|---|
Home | Focuses the first item. |
End | Focuses the last item. |
Left Arrow |
|
Right Arrow |
|
Up Arrow | Moves upwards the active item of a vertical ContextMenu item group. |
Down Arrow |
|
Enter | Selects or navigates the focused item. |
Space | Selects or navigates the focused item. |
Esc | Closes an item group. |
(Shift +) Tab | Blurs the ContextMenu and moves the focus to the next or previous focusable element on the page. |