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>