autoBind Boolean(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