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

Delay

configuration

Specifies the delay in milliseconds after which the DropDownTree will start filtering dataSource.

delay

Number

Default: 200

<input id="dropdowntree" />

<script>
    $("#dropdowntree").kendoDropDownTree({
        dataSource: [{ text: "aitem1", value: 1 }, { text: "bitem2", value: 2 }],
        filter: "startsWith",
        delay: 1000 // wait 1 second before filtering
    });
</script>
Not finding the help you need?
Contact Support