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