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

AutoClose

configuration

Specifies whether the calendar popup should close automatically when a range is selected.

autoClose

Boolean

Default: true

<div id="daterangepicker"></div>
<script>
    $("#daterangepicker").kendoDateRangePicker({
        autoClose: false
    });
</script>
Not finding the help you need?
Contact Support