
4 Answers, 1 is accepted

This works:
[CascadingParameter]
public DialogFactory myDialog { get; set; }


I have to use two cascading parameters and have no problems:
[CascadingParameter]
public DialogFactory Dialogs { get; set; }
[CascadingParameter]
private string ip { get; set; }
Hello Marc,
We are not aware of problems with that and what Matthias said should be the case. If you are still having issues with that, I recommend you isolate the Telerik problem to a small sample and send it to us in a support ticket so we can review it.
Regards,
Marin Bratanov
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.