New to Kendo UI for Angular? Start a free 30-day trial

View Options

The MutliViewCalendar provides options to configure the currently displayed view.

Active View

To define the first view that the MultiViewCalendar initially renders, use the activeView property.

The CalendarView type 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.
Example
View Source
Change Theme:

Displaying Other Month Days

The MultiViewCalendar shows the other month days by default.

To change that behavior set the showOtherMonthDays property to false.

Example
View Source
Change Theme: