New to Kendo UI for jQueryStart a free 30-day trial

ShowOtherMonthDays

configuration

When this configuration is enabled, the calendar will render days from the previous and next months in the current view.

The showOtherMonthDays configuration is not compatible with the range selection. It is advised that this property is set to false when selectable is set to range.

Default: true

<div id="calendar"></div>
<script>
    $("#calendar").kendoCalendar({
        showOtherMonthDays: false
    });
</script>
Not finding the help you need?
Contact Support