New to Telerik UI for ASP.NET MVCStart a free 30-day trial

Keyboard Navigation

The keyboard navigation of the MultiViewCalendar is always available.

The MultiViewCalendar supports the following keyboard shortcuts:

ShortcutDescription
Up ArrowHighlights the same day from the previous week.
Down ArrowHighlights the same day from the next week.
Left ArrowHighlights the previous day.
Right ArrowHighlights the next day.
EnterSelects the focused date.
HomeFocuses the first date in the month.
EndFocuses the last date in the month.
Ctrl+Up ArrowNavigates to the previous view.
Ctrl+Down ArrowNavigates to the next view.
Ctrl+Down LeftNavigates to the previous month.
Ctrl+Down RightNavigates to the next month.
Razor
    @(Html.Kendo().MultiViewCalendar()
        .Name("MultiViewCalendar")
        .Selectable("multiple")
    )

See Also

In this article
See Also
Not finding the help you need?
Contact Support