New to Telerik UI for ASP.NET MVC? Start a free 30-day trial
Keyboard Navigation
Updated over 6 months ago
The keyboard navigation of the DropDownButton is always available.
For a complete example, refer to the demo on the keyboard navigation of the DropDownButton.
The Telerik UI for ASP.NET MVC DropDownButton supports the following shortcuts
| SHORTCUT | DESCRIPTION | 
|---|---|
| Access key + W | Focuses the wiget. | 
| Up Arrow | Highlights the previous item. | 
| Down Arrow | Highlights the next item. | 
| Home | Highlights the first item. | 
| End | Highlights the last item. | 
| Enter | Selects the highlighted item. | 
| Esc | Closes the popup. | 
| Alt + Down Arrow | Opens the popup. | 
| Alt + Up Arrow | Closes the popup. |