Hello,
I have a problem with using the Scheduler component, with "RadzenMonthView". It works with Day and Week, but when I click Month, I have an exception:
Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer: Warning: Unhandled exception rendering component: Cannot provide a value for property 'DialogService' on type 'Radzen.Blazor.Rendering.MonthView'. There is no registered service of type 'Radzen.DialogService'.
System.InvalidOperationException: Cannot provide a value for property 'DialogService' on type 'Radzen.Blazor.Rendering.MonthView'. There is no registered service of type 'Radzen.DialogService'.
How can I implement DialogService?
In the example site
there is "@inject DialogService DialogService" but I do not know how to implement it, if you could give me an example.
Thank you