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

Case1:
Title: A scroll bar has been added to the 'No Records' popup, and a console error is thrown when scrolling.
Description:
A scroll bar has been added to the 'No Records' popup after clear the data manually, and a console error is thrown when scrolling.

Replication Procedure:
  1. Run the sample
  2. Open the popup
  3. Click clear data button
  4. And open the popup and focusout
  5. and again open the popup and scroll the popup
  6. You can see the issue in console

Expected: popup should update properly after clear the data
Actual: scroll bar has been added to the 'No Records' popup after clear the data manually, and a console error is thrown when scrolling.

Case2:
Title: An empty popup is displayed while scrolling after loading the data manually
Description:
An empty popup is displayed while scrolling after loading the data manually


Replication Procedure:
  1. Run the sample
  2. Open the popup
  3. Click load data button
  4. And open the popup and scroll
  5. You can see the issue

Expected: Data should load properly on scrolling
Actual:empty popup is displayed while scrolling after loading the data manually