Hello,
i'm trying to follow the Microsoft guide to implement a Blazor Hybrid project:
I added the radzen components per your official "get started" documentation. All components work except RadzenDialog, RadzenNotification, etc... they only seem to work when placing e.g.<RadzenDialog/> directly into a blazor page, instead of "MainLayout.razor".
i raised an issue in the ms docs Folder Structure for BlazorHybrid projects · Issue #26250 · dotnet/AspNetCore.Docs · GitHub to ask for clarification how to use MainLayout.razor correctly.
here is a sample project GitHub - tecxx/BlazorHybridWPF-Radzen: sample project to implement Blazor Hybrid with Radzen components
any advice from your end how to correctly add the Radzen components to a blazor hybrid project?