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="dropdownlist" />
<script>
$("#dropdownlist").kendoDropDownList({
     autoBind: false,
     text: "Chai"
});
</script>
Not finding the help you need?
Contact Support