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

Labels

configuration

Determines if the labels for the inputs will be visible.

labels

Boolean

Default: true

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