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