I have a hierarchal grid of two entities, one the parent and one the child through a detail template.
I would like to know how I can gather selected checkbox column items from a child grid of one parent and the selected checkbox column items from a child grid of a second parent in a "merged" collection.
Currently the @bind-selected property of a detail template child grid definition only applies to one child grid of a parent row.
How can I manage adding to the same collection, values of a child grid of the same type below a second parent row?
Do you/anyone have any examples on how to develop this solution?
Thanks, for any help!