Hello,
I am using Telerik Blazor components in an ASP.net Core MVC app as we are slowly migrating the application to Blazor. My component is inserted into a Razor view using the <component> tag helper.
Inside the component I have the <TelerikRootComponent> surrounding the contents, etc. The component works without any issues. I needed to add a confirmation dialog to use with grid's delete command. Unfortunately, the DialogFactory cascading parameter is always null and thus confirmation dialog cannot be shown. Please advise.