Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.33 KB

File metadata and controls

32 lines (24 loc) · 1.33 KB
title page_title description slug canonicalLink position
Active View and View Depth
Active View and View Depth - DateTimePicker - Kendo UI for Vue
Define the first view that the Kendo UI DateTimePicker initially renders in Vue projects.
startviewdepth_datetimepicker_wrapper
4

Active View and View Depth

The DateTimePicker 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 Calendar initially renders, use the start option.

The DateTimePicker 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 datetimepicker/active/main.vue preview %} {% embed_file datetimepicker/active/main.js %} {% endmeta %}

Suggested Links