You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/calendar/accessibility-and-internationalization/keyboard-support.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,17 @@ You can use the `TAB` key to focus the control. Once focus is on the **RadCalend
30
30
31
31
* Pressing the `arrow` keys when focus is on the calendar moves the focused date in the respective direction.
32
32
33
-
A built-in access key is `Y` so you can use `Alt+Y` to focus the control by default. If you need more granular access key settings, you can use JavaScript to set them:
33
+
By default you can use `Ctrl+Y` to focus the control.
34
+
35
+
With R3 2021 you can now focus the RadCalendar by specifying the Focus Key and modifier/command key as shown below:
0 commit comments