I have an existing Blazor Wasm project created with Visual Studio 2022 where I have added several different pages with several Radzen DataGrids. I did not use the Radzen IDE at all.
Now I would like to customize the rendering of those data grids at application level. Let's say I want the row header background color to be red for all of my data grids. Is there a global css file I can edit ?
I saw on the radzen IDE you can customize the style for each Radzen compondent, but I did not use the Radzen IDE. Neither am I able to import my not Radzen IDE created project in the Radzen IDE ?
If I understand correctly there will be a new IDE 'Radzen Blazor Studio' that is currently in alpha. With this new IDE it will be possible to import projects that even were not created with it (either created by Visual Studio or previous IDE).
Is the idea that 'Radzen Blazor Studio' will replace the current 'Radzen IDE' once it is released ?
For now I will try to rebuild the nuget package in order to customize the styles.