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
adaptiveSubtitle
Not finding the help you need?
Contact Support