This question is locked. New answers and comments are not allowed.
Hi, I need a really simple sample code of how to do this:
I have a DataForm which is bound to a property in my ViewModel. This dataform shows a collection of Sites (EntitySet of Sites) populated from WCF RIA. This entitySet also contains a EntitySet with SiteModules. These SiteModules can differ from site to site and I want a GridView to display these as I cycle my Sites in the DataForm.
How can I Bind this GridView to my dataform Collection and make it change as I cycle the dataform? I'm not sure about the XAML for this and the sample page seems to be down!
I have a DataForm which is bound to a property in my ViewModel. This dataform shows a collection of Sites (EntitySet of Sites) populated from WCF RIA. This entitySet also contains a EntitySet with SiteModules. These SiteModules can differ from site to site and I want a GridView to display these as I cycle my Sites in the DataForm.
How can I Bind this GridView to my dataform Collection and make it change as I cycle the dataform? I'm not sure about the XAML for this and the sample page seems to be down!