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 Form is always available.
For a runnable example, refer to the demo on using the keyboard navigation of the Form.
The Form supports the default browser behavior of the <form> tag:
| SHORTCUT | DESCRIPTION | 
|---|---|
| Tab | Moves focus to the next focusable element. | 
| Shift+Tab | Moves focus to the previous focusable element. | 
| Enter | Triggers the default action of the focused element for the Enterkey. | 
| Space | Triggers the default action of the focused element for the Spacekey. |