Hi all. Really enjoying the Radzen components. It's making my life a heck of a lot easier!
I'm having some problems with getting the Dialog working though. I have followed all of the instructions. I've added <RadzenDialog />
to the MainLayout.razor page, injected the DialogService into the page, and am trying to use the dialog to display a warning message to the user if they fail to meet a criteria on a data entry form.
When I add the <RadzenDialog />
to MainLayout, I get the following error on trying to load:
InvalidOperationException: Cannot provide a value for property 'Service' on type 'Radzen.Blazor.RadzenDialog'. There is no registered service of type 'Radzen.DialogService'.
I'm sure it's something simple I'm missing, but I can't see it! Any help would be much appreciated!
Thanks.