valueString(default: "")

The value of the widget.

Example - specify value of the widget

<input id="combobox" />
<script>
$("#combobox").kendoComboBox({
     dataSource: ["Item1", "Item2"],
     value: "Item1"
});
</script>
In this article
value
Not finding the help you need?
Contact Support