We are in the middle of a migration from MVC to Blazor for one of our projects. But this wil take a longer time so there is a longer period where both are active. We use some simple radzen blazor parts which are working great.
But we cannot figger out how to get the dialog service working in the mixed project. Is this possible to combine the to and does anybody has en example.
We registerd the dialog service as scoped and for now we injected in our component. But that does not result in a working setup.
We have a MasterTemplate.cshtml instead of a MainLayout.razor. The styling and scripts in the MasterTemplate.cshtml work, but the RadzenDialog tag doesn't work. Probably because it isn't a razor file.
Hi, Could you give me an example of how it works for you? I added but it still doesn't work, and I'm not sure what I'm missing. I'm working on a project in MVC. Thanks a lot