Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.48 KB

File metadata and controls

40 lines (28 loc) · 1.48 KB
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

Active View and View Depth

To define the first view which the MultiViewCalendar initially renders, use the start option.

Active View

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.

Selectable Month Calendars

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

View Navigation Depth

You can define the last view to which the user can navigate (view navigation depth) by setting the depth option.

Suggested Links