Hi Friends,
I am using the Telerik RadGridView. I need to show a list of master records and on expansion I need to show the detail of child records. Do you have any such sample. What will be the class structures with MVVM approach.
Right now I have a - GridViewModel - that has an ObservableCollection of GridRowViewModels (master records). GridRowViewModels is set to the ItemsSource property of the Gridview.
Now on expansion, I need to display an ObservableCollection that I am exposing through GridRowViewModel in the expanded section.
Please help.
I am using the Telerik RadGridView. I need to show a list of master records and on expansion I need to show the detail of child records. Do you have any such sample. What will be the class structures with MVVM approach.
Right now I have a - GridViewModel - that has an ObservableCollection of GridRowViewModels (master records). GridRowViewModels is set to the ItemsSource property of the Gridview.
Now on expansion, I need to display an ObservableCollection that I am exposing through GridRowViewModel in the expanded section.
Please help.