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

ShowOtherMonthDays

configuration

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

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: false

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