adaptiveModeString(default: "none")
Specifies the adaptive rendering of the component. The supported values are: none (default), auto.
Example
<input id="timepicker" />
<script>
$("#timepicker").kendoTimePicker({
adaptiveMode: "auto"
});
</script>
In this article