adaptiveModeString(default: "none")

Specifies the adaptive rendering of the component. The supported values are: none (default), auto.

Example

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