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!>
Thanks for joining our community and helping improve Syncfusion products!
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:
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:
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.