autoBindBoolean(default: true)

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

Example

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