Skip to content

Files

Latest commit

 

History

History
33 lines (24 loc) · 1.28 KB

File metadata and controls

33 lines (24 loc) · 1.28 KB
title page_title description slug canonicalLink position
Active View and View Depth
Active View and View Depth - DatePicker - Kendo UI for Vue
Define the first view that the Kendo UI DatePicker initially renders in Vue projects.
startviewdepth_datepicker_wrapper
2

Active View and View Depth

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

To define the first view that the DatePicker 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.

{% meta height:450 %} {% embed_file datepicker/active/main.vue preview %} {% embed_file datepicker/active/main.js %} {% endmeta %}

Suggested Links