Skip to content

Files

Latest commit

 

History

History
37 lines (26 loc) · 1.39 KB

File metadata and controls

37 lines (26 loc) · 1.39 KB
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

Selection

The MultiViewCalendar allows the user to select multiple dates or a range of dates by using the MultiViewCalendar selection modes.

Multiple Selection

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 %}

Range Selection

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 %}

Suggested Links