heightNumber(default: 200)

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

Example - set the height

<input id="dropdownlist" />
<script>
$("#dropdownlist").kendoDropDownList({
  dataTextField: "ProductName",
  dataValueField: "ProductID",
  height: 500,
  dataSource: {
    transport: {
      read: {
        url: "https://demos.telerik.com/service/v2/core/Products",
      }
    }
  }
});
</script>
In this article
height
Not finding the help you need?
Contact Support