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!

1
Vote

Basic repro steps

  1. Start with a dashboard with 5 panels copied from
    https://ej2.syncfusion.com/blazor/DashboardLayout/API?theme=material.  Put it on your starting page (index.razor)
  2. Put a simple blazor component on each panel.  
  3. Start the application in Visual Studio

Most times on first load only some of the components are displayed in the panel (1 or 2 are displayed instead of all 5). The panels are all drawn but some are just blank with no child content.  If you refresh the page or navigate away and back to the starting page all panels will be drawn correctly.  It seems to only happen the first time.