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

AutoBind

configuration

Controls whether to bind the widget to the data source on initialization.

autoBind

Boolean

Default: true

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