1
Answer

Datagrid binding with multiple Collections using MVVM

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.

Answers (1)