This is a migrated thread and some comments may be shown as answers.

RadGridView Multiple Bindings MVVM

1 Answer 65 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Rajat Panwar
Top achievements
Rank 1
Rajat Panwar asked on 17 May 2011, 01:53 PM
Hello,

I am using RadGridView in my silverlight MVVM application with WCF RIA Services. I am having a scenario for Roles and Permissions.

I am having a window where on left hand panel I am having a RadGridView which Displays list of roles, On Right hand panel there is one more RadGridView to display all available Permissions with GridViewSelectColumn. Roles and Permissions have many to many relationship.
Now what I need is that when I select any of the role on left grid, It should show assigned permissions with checkbox ticked on right hand RadGridView.
I am already having a behavior to do the binding of GridViewSelectColumn. But dont know how to bind Permissions RadGridView to Permissions Source and assigned permissions for a role simultaneously.
I am attaching an image for layout that should give a clear vision of what I need to achieve.

Thanks and Regards,
Rajat Panwar

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 18 May 2011, 10:09 AM
Hi Rajat Panwar,

Since your question is really about WCF RIA Services and not about Telerik controls, you might get better feedback on the WCF RIA Services forums, which are maintained by Microsoft.
 
Replace RadGridView with the toolkit DataGrid and RadDomainDataSource with the stock DomainDataSource and ask the same question on the WCF RIA Services forums.

I hope this helps.

Greetings,
Ross
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Rajat Panwar
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or