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

HighlightFirst

configuration

If set to true the first suggestion will be automatically highlighted.

Default: false

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