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

AllowReverse

configuration

Enables the user to select an end date that is before the start date. This option is available only when the selectable configuration is set to range.

Default: false

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