highlightFirst Boolean(default: true)

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

Example - set highlightFirst

<input id="combobox" />
<script>
$("#combobox").kendoComboBox({
  highlightFirst: false
});
</script>
In this article