title | page_title | description | slug | position | canonicalLink |
---|---|---|---|---|---|
Active View and View Depth |
Active View and View Depth - MultiViewCalendar - Kendo UI for Vue |
Define the first view that the Kendo UI MultiViewCalendar initially renders in Vue projects. |
active_view_multiviewcalendar_wrapper |
2 |
To define the first view which the MultiViewCalendar initially renders, use the start
option.
The MultiViewCalendar supports the following predefined view options:
month
—Shows the days of the month.year
—Shows the months of the year.decade
—Shows the years of the decade.century
—Shows the decades of the century.
The following example demonstrates how to create a MultiViewCalendar that allows the user to select a month.
{% meta height:450 %} {% embed_file multiviewcalendar/active/main.vue preview %} {% embed_file multiviewcalendar/active/main.js %} {% endmeta %}
You can define the last view to which the user can navigate (view navigation depth) by setting the depth
option.