Dropdown-Limit Number of visible items

Is there a way to limit the number of items visible in a dropdown? For example, if I have a dropdown bound to a list of 1000 items, I would only like it to show the first 100 items (but be able to search the whole list of 1000 for filtering purposes).

Using LoadData event you can control how many items will be shown and how many will be filtered. Check the third DropDown in demo page for more info:

1 Like