New to Telerik UI for WinForms? Download free 30-day trial

Keyboard Navigation

Key Behavior
WinForms RadCalendar PgUp PgUp key Navigate to previous view
WinForms RadCalendar PgDown PgDown key Navigate to next view
WinForms RadCalendar Up Arrow Key Up arrow key Navigate to the previous week but preserving the day of the week. If the previous date is part of the previous month the calendar view changes to previous month.
WinForms RadCalendar Down Arrow Down arrow key Navigate to the next week but preserving the day of the week. If the next date is part of the next month the calendar view changes to next month.
WinForms RadCalendar Left Arrow Key Left arrow key Navigate to the previous day. If the previous day is part of the previous month the calendar view changes to previous month.
WinForms RadCalendar Right Arrow Key Right arrow  key Navigate to the next day. If the next day is part of the next month the calendar view changes to next month.
WinForms RadCalendar Ctrl Arrow Key + WinForms RadCalendar Left Arrow Key Ctrl + Left arrow key Same as Page Down key
WinForms RadCalendar Ctrl Arrow Key + WinForms RadCalendar Right Arrow Key Ctrl + Right arrow key Same as Page Up key
WinForms RadCalendar Home Key Home key Selects the first day of the current month. If RangeMinDate is after the first day of the month, Home navigates to the RangeMinDate value.
WinForms RadCalendar End Key End key Selects the last day of the current month. If RangeMaxDate is before the end of the month, End navigates to the RangeMaxDate value.
Space key Selects focused date.
WinForms RadCalendar Enter key Enter key Selects focused date

See Also

In this article