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.

Kendo UI for jQuery Kendoka image

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

See Also

In this article