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

Suggest

configuration

If set to true the widget will automatically use the first suggestion as its value.

suggest

Boolean

Default: false

<input id="autocomplete" />
<script>
$("#autocomplete").kendoAutoComplete({
  suggest: true,
  dataSource: {
    data: ["One", "Two"]
  }
});
</script>
Not finding the help you need?
Contact Support