New to Telerik UI for ASP.NET Core? Download free 30-day trial

Selection

The Telerik UI MultiViewCalendar allows the user to select multiple dates by using the multiple-view MultiViewCalendar selection mode.

As of the 2022 R3 release, the Change event will now be fired only when Selection/Deselection is performed.

    @(Html.Kendo().MultiViewCalendar()
        .Name("MultiViewCalendar")
        .Selectable("range")
    )
    <kendo-multiviewcalendar name="MultiViewCalendar" selectable="range">        
    </kendo-multiviewcalendar>

See Also

In this article