In the Domain Model section of Studio Pro 8 Guide, there is a sample about Customer and Order (1:*) association., as below picture. But how can I display all the orders of a specific customer in the datagrid, as the IDs of the associated objects are internal and can not be found in data model?
asked
Jeff Qi
1 answers
0
Jeff,
The quickest way is to create a datagrid of Orders, add a column with Customer/FullName to the grid and add a search field to the grid pointed to Customer/FullName. Then you can search by Customer for orders.