Getting the selected item for a radzen grid

Hi there

I have a nested data grid and I need to grab the id from the parent item to create a new child item. How do I get that or bind the value of the selected parent item?

The Context in the template where your child grid is declared is the parent item itself.

I managed to get this right by using RowExpand. I just set the parent item to a variable and use it later