textString(default: "")
The text of the widget used when the autoBind is set to false.
Example - specify text of the widget
<input id="multicolumncombobox" />
<script>
$("#multicolumncombobox").kendoMultiColumnComboBox({
autoBind: false,
text: "Chai"
});
</script>
In this article