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="combobox" />
<script>
$("#combobox").kendoComboBox({
  suggest: true
});
</script>
Not finding the help you need?
Contact Support