Prasadz

Prasadz

  • NA
  • 127
  • 0

Datagrid binding with multiple Collections using MVVM

May 29 2013 9:07 AM
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)