Hi
2 related subgrids on one Form or how visualize a parent-child-grand-child relationship?
I have following simple requirement.
Let's assume there 3 entities
A
B
C
Relationships are as follows:
A:B ==> 1:N
B:C ==> 1:N
This means C is grandchild of A.
Now I want to a Form for entity A which displays two subgrids (one for entity B and the other for entity C).
These subgrids should be dynamically. This means: Subgrid C should only display grandchild records of the selected child record in subgrid B. When I change the selected record in subgrid B then subgrid C should refresh.
How can such functionality be achieved?
Thanks
Alen
*This post is locked for comments
I have the same question (0)