Hello Radzen Dev Team!
I just can’t solve the following problem:
In the child table, the button for adding records is located in the filtering template (it’s more convenient)
But I just can’t get the parent context in the event of pressing this button.
Another button, not located in the filtering template, successfully sees the parent context.
I added an attribute for the child table that takes the parent context, but for some reason it only returns the context of the last active child table.
The first button (that works) is in the DataGrid Template where parent data item is available as context. The second button which is in the child grid column FilterTemplate cannot access parent data context - there is not context for this template since there is no data item.