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

Reverse Selection

As of R2 2024 version of the Kendo UI suite, the DateRangePicker provides an allowReverse selection. It allows you to choose an end date that is before the selected start date.

    <div id="daterangepicker"></div>
    $("#daterangepicker").kendoDateRangePicker({
        allowReverse: true
    });

See Also

In this article
See Also
Not finding the help you need?
Contact Support