New to Kendo UI for jQueryStart a free 30-day trial

AdaptiveMode

configuration

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

The adaptive rendering of the DateTimePicker provides consistency to the customer experience on any device by supporting adaptive enhancements such as changes in styling and behavior.

Default: "none"

<input id="datetimepicker" />
<script>
$("#datetimepicker").kendoDateTimePicker({
    adaptiveMode: "auto"
});
</script>
Not finding the help you need?
Contact Support