adaptiveSubtitleString
Allows customization of the subtitle's text in the adaptive view of the component.
Example
<div id="datepicker"></div>
<script>
$("#datepicker").kendoDatePicker({
adaptiveMode: "auto",
adaptiveSubtitle: "Choose a date from the calendar"
});
</script>
In this article