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

Text

configuration

The text of the widget used when the autoBind is set to false.

text

String

Default: ""

<input id="dropdowntree" />
<script>
    $("#dropdowntree").kendoDropDownTree({
        autoBind: false,
        text: "Chai"
    });
</script>
Not finding the help you need?
Contact Support