text String
(default: "")
The text of the widget used when the autoBind
is set to false
.
Example
<input id="dropdowntree" />
<script>
$("#dropdowntree").kendoDropDownTree({
autoBind: false,
text: "Chai"
});
</script>