adaptiveModeString(default: "none")

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

Example

<input id="dropdowntree" />
<script>
$("#dropdowntree").kendoDropDownTree({
    adaptiveMode: "auto",
    dataSource: [
        { text: "Item 1", value: 1 },
        { text: "Item 2", value: 2 }
    ]
});
</script>
In this article
adaptiveMode
Not finding the help you need?
Contact Support