Radzen blazor upgrade issue

Hi Team,
I have upgraded Radzen blazor to latest 5.6.12 and after upgrading all its component complete css is breaking in my page ? how to fix it.
Table structure css, linegraph tooltip everything breaking nothing is laoding properly

.

Pl suggest what is fixes? I need the solution asap. Can someone help me?

Did you check this thread? Upgrading to Radzen.Blazor v5.0

I have followed that but no luck it even broke more.
in browser console I could see these error

None of those errors are related to Radzen.Blazor.

Thanks,but why the RadzenChart hovering is not working and css of datagrid? The tooltip ideally auto add once hover over the line graph but this nt happening after upgrading

Yes this is all added startup.cs and mainlyout its referred
image

You should use <RadzenControls /> instead of <RadzenDialog /> and <RadzenTooltip />. Or add <RadzenChartTooltip /> after <RadzenTooltip />.

I have tried this, it worked with tooltip one, Many thanks ! But this one is failing
control css
Old
image
New:
image

Check again the linked thread - you either have an old premium theme which you should update in Radzen Blazor Studio or just need to refresh your browser cache.

As far as my knowledge not premium theme. How to recognize which theme we are using whether its premium or free one?
image
We are using dark theme. We have custom css which is referring blazor-radzen-dark.css as shown in below.


When am copying all content from dark.scss its not replacing with exact css.

There is no built-in theme called "blazor-radzen-dark.css" or "blazor-radzen-light.css". This is either a custom theme or you have copied an existing theme. In any case this needs to be updated to an existing theme. The themes are available as embedded resources. You should register them either by following the getting started instructions or by including them via <link /> or @import:

<link rel="stylesheet" href="_content/Radzen.Blazor/css/material.css">

after referring material.css, everything comes in white Background? does it follows the same for drak also?
image

Its missing with many classes actually .rz-spinner class is one example

Yes, that's what the theme uses. All themes are available for you to try at https://blazor.radzen.com

Not sure what this means.

You can check the changes in themes here: https://blazor.radzen.com/changelog

Long story short - your CSS file is not compatible with the updated Radzen.Blazor 5.x rendering. You should have the following options:

  • Use a built-in theme. You can customize it with Radzen Blazor Studio (requires a subscription).
  • You can update your custom theme by checking the changelog
  • You can stay with Radzen.Blazor 4.x