Cascading edit context in datagrid

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

Hi @robi26,

We are not sure if this is a bug or not based on the provided description. The built-in components and the Radzen ones seem to work fine.