Kendo UI for jQuery Calendar Overview
The Calendar renders a graphical calendar that provides navigation and selection functionalities.
It also supports custom templates for its month
view and configuration options for minimum and maximum dates, a start view, and the depth of the navigation. The first day of the week depends on the applied culture.
The Calendar is part of Kendo UI for jQuery, a
professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Initializing the Calendar
To initialize the Calendar, use a jQuery selector.
<div id="calendar"></div>
<script>
$(document).ready(function(){
$("#calendar").kendoCalendar();
});
</script>
Functionality and Features
- Selected dates
- Disabled dates
- Start date and navigation depth
- Day template
- Week numbers
- Selection
- Accessibility