Will Radzen implement virtualization?

I have a dropdown with 2000 items in it. Each time I open it it takes 3-4 seconds.
Also if you opening again on the same form right after you have closed it.
Will you start to use virtualization in your components? no need to all items when you can only see 10

Just use a dropdownDatagrid instead :slight_smile:

I have a dropdown with over 15k records, and it loads super fast, and I also have pagination and search with this dropdownDataGrid:

1 Like