New to Kendo UI for jQueryStart a free 30-day trial

Value

configuration

The value of the widget.

value

String

Default: ""

<input id="autocomplete" />
<script>
$("#autocomplete").kendoAutoComplete({
  dataSource: [
    { id: 1, name: "Apples" },
    { id: 2, name: "Oranges" }
  ],
  dataTextField: "name",
  value: "Oranges"
});
</script>
Not finding the help you need?
Contact Support