How do you add a one to many relationship to a datagrid?

0
Hi all This is probably a bit stupid but I really can not figure out how to get all my data in a data grid. The data grid only shows me 1-1 relationships, but I need to display 1-* data as well. How do I do this?     Thanks
asked
1 answers
0

Hi Simon, 

 

Within the Datagrid if you change the column to custom content you should then be able to drag a List view into the column and from here you can access the 1 to * relationship.

answered