Hi
In a custom component I get the edit context using
[CascadingParameter] public EditContext CascadedEditContext { get; set; }
As soon as I use my component in the EditTemplate of a DataGrid, the value binding does not work correctly anymore (getting null values).
Do you have any clue or is this a bug?
By the way, this also happens when I incldue the IRadzenForm
[CascadingParameter] public IRadzenForm Form