Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

Validation Details :


We have validated the above issue and found that the dropdownlist loads all the data even though virtualization is enabled when value binded not present in the datasource . But the same thing works fine when the binded value present in datasource beyond the take parameter value.


Sample Link : https://www.syncfusion.com/downloads/support/forum/176653/ze/SyncfusionDropDownListFlickering_ed10005



Replication Procedure :


  1. Run the sample
  2. Open the popup

Expected : Only six items needs to be loaded in popup and other items need to be loaded on scrolling

Output : All items get loaded on initial load itself