I'm using the RadzenDataGrid that uses hierarchy. I'm attempting to allow inline editing for the records in the child grids. What I'm noticing is that I can achieve this, but only if all other child grids are collapsed. Editing does not work, for example, if I have multiple child grids expanded and I attempt in-line editing on anything other than the last expanded child grid.
It appears that the @ref option on the child grid is set to the last expanded child grid. If there is a way to examine each expanded grid in code, I might be able to work something out. Otherwise, I need to make sure all the expanded child grids are collapsed except for the one I need to edit. Is there a way to do this?