adaptiveTitleString

Allows customization of the title's text in the adaptive view of the component.

Example

<input id="datetimepicker" />
<script>
$("#datetimepicker").kendoDateTimePicker({
    adaptiveMode: "auto",
    adaptiveTitle: "Select Date and Time"
});
</script>
In this article
adaptiveTitle
Not finding the help you need?
Contact Support