I have two Observable Collections.
1. User(UserId,Name,EmailId,RoleId)
2. Role(RoleId,RoleName)
Right join the both collections and databind the itemsource to datagrid.
1. User(UserId,Name,EmailId,RoleId)
2. Role(RoleId,RoleName)
Right join the both collections and databind the itemsource to datagrid.