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

Max

methods

Gets/Sets the max value of the calendar.

Parameters:valueDate | String

The max date to set.

Returns:Date

The max value of the calendar.

<div id="calendar"></div>
<script>
    $("#calendar").kendoCalendar();

    var calendar = $("#calendar").data("kendoCalendar");

    var max = calendar.max();
</script>
<div id="calendar"></div>
<script>
    $("#calendar").kendoCalendar();

    var calendar = $("#calendar").data("kendoCalendar");

    calendar.max(new Date(2100, 0, 1));
</script>
Not finding the help you need?
Contact Support