Displaying data in datagrid from two entities having one-one relaltion

1
Hi, I want to display data in datagrid from two entities. These two entities are related via one to one relation ship. for exp: Student ( name, age, gender) and Address ( street, city, state, country) I want to display following columns in datagrid name, age, city, state
asked
1 answers
1

Hello,

You should be able to add a datagrid for the student, and then add an extra two columns based on your relationship. The entities available will appear in the connector. on the right-bottom side of your screen.

answered