Skip to content

Files

Latest commit

 

History

History
33 lines (23 loc) · 1.36 KB

File metadata and controls

33 lines (23 loc) · 1.36 KB
title page_title description slug canonicalLink position
Active View and View Depth
Active View and View Depth - Calendar - Kendo UI for Vue
Define the first view that the Kendo UI Calendar initially renders in Vue projects.
activeview_calendar_wrapper
4

Active View and View Depth

The Calendar enables you to define the first and last initial views as well as the last view to which the user can navigate.

Active View

To define the first view that the Calendar initially renders, use the start option.

The Calendar 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.

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