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

CalendarButton

configuration

If this configuration is enabled, a calendar button will appear inside the date inputs. This is similar to the calendar button in the DatePicker component. The calendar popup will be opened only when the button is clicked. Clicking inside the input itself will have no effect.

Default: false

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