Blazor: Using EventCallback with CascadingValue/CascadingParameter – is that possible?
I have a blazor application and I want to use EventCallback in my grandchild to call a function in my grandparent. The problem is, that the method in my grandparent never gets called.