Is there anything I need to know about using Syncfusion Blazor controls with CSS Grid layouts (i.e. display=grid)?
There are no examples I can find where the controls are used with CSS Grid layouts, and things do not seem to behave the way I expect. I selected AppBar as a control here, but it is an issue in several cases. I can get more specific, but I wanted to ask the general question first.
Thank you in advance,
-Jp
Hi John,
We suggest you that to use Dashboard Layout to achieve your requirement. Refer to the below shared UG documentation and demos to know more about dashboard layout.
UG: https://blazor.syncfusion.com/documentation/dashboard-layout/getting-started
Demo: https://blazor.syncfusion.com/demos/dashboard-layout/overview?theme=fluent
Regards,
Swathi Ravi
I sensed there is some CSS wizardry in the controls that overrides some CSS Grid constraints.
For the AppBar, even on a blank page with no CSS Grid, I copied and pasted the Dense example (below), and the AppBar wraps the button. Can you help me understand why?
John,
We have checked your reported issue in the Dense mode AppBar at our end. But we are not able to replicate your reported issue. Please check our shared sample and share below details to proceed further. It would be more helpful to us.
There is something fishy here. I created a Blazor server app via the SyncFusion extension in VS2022, and of course it worked okay. With no other changes, I went to the Blazor theme studio to create a theme with a different Bootstrap5 dark primary color (the only change), and simply changing the reference to the new bootstrap.css file broke the newly created app. This inconsistent behavior is very confusing.
Attached is the settings file from Blazor theme studio.