Hello,
I am developing a form that has 2 related RadGrids.
Everything works fine except for the filter in the Child template.
Since its two grids related through a column, each parent line ends up with a "sub grid" of the second one. However, that is just the second grid "filtered" as if it was multiple. Am I correct?
Problem is, when I filter one of those Childs, the filter is applied in all of them like the image below.
I want to filter just that specific Child. Which in this case, is the first one.
Is that possible? How?
Another question I have is about the way this relation is built.
I can make it so my Datasource doesnt have it. I tried to build it backwards. Each parent row is only added to my datatable if it has childs, but I want to have access to everything in my datasources.
I am using the Telerik 2021.2.511.40. if that helps.
Thanks in advance.