adaptiveSubtitleString

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

Example

<div id="timedurationpicker"></div>
<script>
$("#timedurationpicker").kendoTimeDurationPicker({
    adaptiveMode: "auto",
    adaptiveTitle: "Select Duration",
    adaptiveSubtitle: "Choose hours and minutes",
    columns: [ "hours", "minutes" ]
});
</script>
In this article
adaptiveSubtitle
Not finding the help you need?
Contact Support