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

ClearButton

configuration

If this configuration is enabled, a clear button will appear in the date inputs where a date is selected. Clicking on the clear button will remove the selected date from the input.

Default: false

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