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

Height

configuration

Sets max-height of the embedded treeview in pixels. The default value is 200 pixels. If set to "Auto" the height of the popup will depend on the height of the treeview.

height

String|Number

Default: 200

<input id="dropdowntree"/>

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