New to Kendo UI for jQuery? Download free 30-day trial
View Selection
- EXAMPLE
- VIEW SOURCE
-
EDIT
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
Also available for:
API REFERENCEDescription
Kendo UI MultiViewCalendar Start
The start property can be used to set the first view that the MultiViewCalendar initially renders. The start option defines the following possible 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
Kendo UI MultiViewCalendar Depth
The MultiViewCalendar enables you to control the view depth to which the user can navigate. To determine its navigation view depth, use the depth property. Similarly to start option the depth accepts same option values: month, year, decade and century.
Note the option will not be applied if start option is lower than depth. Always set both and start and depth options.