radzenhq / radzen-blazor

Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
https://www.radzen.com
MIT License
3.52k stars 785 forks source link

InvalidOperationException: Object of type 'Radzen.Blazor.RadzenDialog' does not have a property matching the name '@rendermode'. #1628

Closed huxinshuo closed 2 months ago

huxinshuo commented 2 months ago

I add <RadzenComponents @rendermode="InteractiveAuto" /> to mainlayout ,builder.Services.AddRadzenComponents() to Program.cs

But it shows ->InvalidOperationException: Object of type 'Radzen.Blazor.RadzenDialog' does not have a property matching the name '@rendermode'.

I delete <RadzenComponents @rendermode="InteractiveAuto" /> it runs ok but htmeditor's image can not work.

akorchev commented 2 months ago

Check the getting started instructions for your .NET version.