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

AutoClose

configuration

Controls whether to close the popup when item is selected or checked.

autoClose

Boolean

Default: true

<input id="dropdowntree"/>

<script>
$("#dropdowntree").kendoDropDownTree({
    dataSource: [{ text: "item1", value: 1 }, { text: "item2", value: 2 }],
    autoClose: false
});
</script>
Not finding the help you need?
Contact Support