I am new to grocery crud and I never saw a clear example of this.
You have a head record like Order and you have the sub items or children like OrderLines.
If I am viewing a particular head record (order) I would like to see a grid of all the children Order Lines of that particular Order.
In the community esion I was able to do this by using a iframe for the children
Because the URL decides about the state.
HOWEVER in the entreprise version the edit mode is a popup window.
What is a clean way to solve this ?
This is commonly used in applications I think.
Regards Bart