1
Answer

Datagrid binding with multiple Collections using MVVM

Prasadz

Prasadz

11y
1.5k
1
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)