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

I want to display a Dashboard with dynamic layouts that can change by selecting a Profile. The selected Profile can be changed through a dropdown element. I have noticed 3 errors that occur when I try to  change the layouts of the dashboard.


Reproduction steps:

  • Start Application
  • Open Browser Console
  • Switch to Profile 2 by selecting it in the dropdown element

The first error occurs at this point. The panels of the dashboard are not automatically updated. This problem was already mentioned in Problems reloading Dashboard using foreach and DashboardLayoutPanel tag 

and was considered as a feature for the upcoming release Provide support to render panels in native approach of blazor


Next reproduction steps:

  • Press the Refresh button
  • Press the Toggle edit mode button
  • Try to move the layout panels from the first selected Profile by Drag & Drop

This is were the second and third error occurs. The dashboard still contains the layouts from the first selected Profile. A Javascript error occurs if you try to move the panels from the first profile by Drag & Drop.

Also the layouts panels from the Profile 2 are rendered without respecting the SizeY. SizeY is set to 1 for all panels from the Profile 2 but they get rendered with SizeY = 5 on the dashboard.


I have attached a sample project aswell as a video of the behavior.