adaptiveTitleString
Allows customization of the title's text in the adaptive view of the component.
Example
<div id="daterangepicker"></div>
<script>
$("#daterangepicker").kendoDateRangePicker({
adaptiveMode: "auto",
adaptiveTitle: "Select Date Range"
});
</script>
In this article