autoBind Boolean(default: true)

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

Example

<input id="dropdownlist" />
<script>
$("#dropdownlist").kendoDropDownList({
    autoBind: false
});
</script>
In this article