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

Max

configuration

Specifies the maximum date, which the multiViewCalendar can show.

max

Date

Default: Date(2099, 11, 31)

<div id="multiViewCalendar"></div>
<script>
    $("#multiViewCalendar").kendoMultiViewCalendar({
        max: new Date(2013, 0, 1) // set the max date to Jan 1st, 2013
    });
</script>
Not finding the help you need?
Contact Support