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

While enabling virtualization, extra scroller is created so when scrolling down empty popup is opened

 Replication Procedure: 

  • Run the sample.
  • See the scroller length 
  • scroll the popup.
  • Now empty popup is opened


Expected: Extra scroller should not be created and empty popup should not open.

Output:   Extra scroller is created and empty popup is opened after scrolling.

Sample: https://www.syncfusion.com/downloads/support/common/4569/ze/BlazorApp1master_3f247c75.zip

Validation Details

 In version 20.4, scroller is created only for available list item

 

Empty


In version 21.1. extra scroller is created hence scrolling down empty popup is opened

 

Empty