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

AutoWidth

configuration

If set to true, the widget automatically adjusts the width of the popup element and does not wrap up the item label.

autoWidth

Boolean
<input id="dropdowntree" style="width: 100px;">
<script>
$("#dropdowntree").kendoDropDownTree({
  dataSource: [{ text: "Short item", value: 1 }, { text: "An item with really, really long text", value: 2 }],
  autoWidth: true
});
</script>
Not finding the help you need?
Contact Support