range.endDate

Specifies the end date of the range selection.

Example

<div id="calendar"></div>
<script>
    $("#calendar").kendoCalendar({
        selectable: "range",
        range: { 
            start: new Date(2024, 5, 10), 
            end: new Date(2024, 5, 25) // June 25, 2024
        }
    });
</script>
In this article
range.end
Not finding the help you need?
Contact Support