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

[Solved] RadGridView RowItemDetails with MVVM

1 Answer 87 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Monte Baker
Top achievements
Rank 2
Monte Baker asked on 14 Sep 2010, 02:15 PM
I have a Parent grid that calls a child grid in a panel on the parent selected item.  The child grid has a RowItemDetail with a form with several combo boxes on it. 

Every method we have tried has failed to load the item source for the comboboxes, do you have any blogs or samples that deal with this behavior in the SL4 MVVM enviroment?

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 14 Sep 2010, 02:27 PM
Hello Monte Baker,

You may expose your ViewModel as a Static Resource and access it through binding in xaml. Another possible approach may be to find the child grid, get the GridViewComboBoxColumn and set its ItemsSource property in the code-behind. You may take a look at this help article for further reference.

Regards,
Maya
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
Monte Baker
Top achievements
Rank 2
Answers by
Maya
Telerik team
Share this question
or