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

Other Month Days

Updated on Sep 8, 2026

Starting with Kendo UI R2 2024, the Calendar exposes the showOtherMonthDays option, which allows you to control whether the days from the previous or next month will be displayed.

Example
View Source
    <div id="calendar"></div>
    <script>
        $("#calendar").kendoCalendar({
            showOtherMonthDays:false
        });
    </script>

When range selection is configured, the showOtherMonthDays needs to be set to false.

See Also

In this article
See Also
Not finding the help you need?
Contact Support