Grid listen to a another grid

1
Is it possible to get a grid listen to another grid? And if yes, how? For example: Customers are related to orders. I want to select an customer in Grid 1 and (without opening a new window) in a grid below i see the orders of that customer....
asked
1 answers
3

Hi Wouter, add a dataview on customer below the datagrid on customer. In the properties make that dataview listen to the datagrid. Within the dataview show a datagrid with related orders. This will result in the orders of a customer being shown when you select that customer in the datagrid.

answered