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: true

<select id="multiselect" multiple="multiple">
    <option>Item1</option>
    <option>Item2</option>
</select>
<script>
$("#multiselect").kendoMultiSelect({
  highlightFirst: false
});
</script>
Not finding the help you need?
Contact Support