Kendo UI for jQuery MultiViewCalendar Overview
The MultiViewCalendar renders a graphical Gregorian calendar with multiple horizontal views.
It supports the selection and navigation between dates as well as data templates and ranges for scheduling appointments.
Functionality and Features
- Active View—You can specify the active view in the component.
- Multiple Views—The component allows you to display several months at a time.
- Selection—The MultiViewCalendar allows you to choose between various modes for selecting dates.
- Day Template—You can use a template to customize layout of the cells representing the days in the view.
- Disabled Dates—The MultiViewCalendar allows you to disable dates so that they cannot be selected by the user.
- Week Column—The component allows you to display a column indicating the number of the week.
- Century cells format—The component exposes two formats for the century cells.
- Reverse selection—The component allows you to pick an end date which is before the start date.
- Show other month days—The component allows you to control if the days from the previous/next months will be displayed.
- Accessibility—The MultiViewCalendar is accessible for screen readers, supports WAI-ARIA attributes, and delivers keyboard shortcuts for faster navigation.
Next Steps
- Getting Started with the Kendo UI MultiViewCalendar for jQuery
- Basic Usage of the jQuery MultiViewCalendar (Demo)
- JavaScript API Reference of the MultiViewCalendar