Hi,
I just created a brand new Blazor WebApp in .net and I followed the Get Started | Free UI Components by Radzen istructions expect I had to set InteractiveServer as render mode but my application has no styles: RadzendDataGrid is a simple table with zero styles for example and buttons are without shadows and rouder borders.
What I'm wrong?
Thanks in advance
Hi @davide.n,
Make sure you add <RadzenTheme />
as shown in step 3 (.NET 8 & 9) or step 3 for WASM standalone. You can also use the browser's DevTools to inspect the page and see if there are any errors in loading the theme css file.
I did it and i have no css error in browser DevTool.
I only used InteractiveServer and not InteractiveAuto.
I also created an app by Radzen Studio and added a RadzendDataGrid in the autogenerated Index.razor page and as you can see there are no styles for the grid
Hi @davide.n,
I don't see anything abnormal in the screenshot. The Grid appears as expected when using the Material theme. Here's a demo with the same styles for reference: Blazor DataGrid Component - Enum Filtering | Free UI Components by Radzen.
Yes, the DataGrid is supposed to look like a table. What styles do you think are missing?
Can you share a screenshot of these? You can change the look and feel of buttons using the Property Grid on the right hand side.