title | page_title | description | slug | position | canonicalLink |
---|---|---|---|---|---|
Selection |
Selection - MultiViewCalendar - Kendo UI for Vue |
Enable the user to apply the multiple or range selection mode when working with the Kendo UI MultiViewCalendar wrapper for Vue. |
selection_multiviewcalendar_wrapper |
4 |
The MultiViewCalendar allows the user to select multiple dates or a range of dates by using the MultiViewCalendar selection modes.
The following example demonstrates how to implement the multiple-view selection mode in the MultiViewCalendar.
{% meta height:450 %} {% embed_file multiviewcalendar/selection/multiple/main.vue preview %} {% embed_file multiviewcalendar/selection/multiple/main.js %} {% endmeta %}
The following example demonstrates how to implement the range selection mode in the MultiViewCalendar.
{% meta height:450 %} {% embed_file multiviewcalendar/selection/range/main.vue preview %} {% embed_file multiviewcalendar/selection/range/main.js %} {% endmeta %}