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

Height

configuration

The height of the suggestion popup in pixels. The default value is 200 pixels.

height

Number

Default: 200

<input id="autocomplete" />
<script>
$("#autocomplete").kendoAutoComplete({
  height: 100,
  dataSource: {
    data: ["One", "Two", "Three", "Four", "Five", "Six", "Seven"]
  }
});
</script>
Not finding the help you need?
Contact Support