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.

Default: "none"

<input id="dropdownlist" />
<script>
$("#dropdownlist").kendoDropDownList({
    dataSource: ["Option 1", "Option 2", "Option 3"],
    adaptiveMode: "auto"
});
</script>
Not finding the help you need?
Contact Support