By default the DataContext of a child GridView is the selected item of the parent GridView. How would I change this so that the DataContext of the child GridView is the ViewModel of the containing UserControl which is also the DataContext of the parent GridView?
It is important to note that this VM is dynamically instantiated in code and not in XAML of the UserControl because this UserControl is one of several UserContorls which are used as dynamic Content of an area of a parent Window.
It is important to note that this VM is dynamically instantiated in code and not in XAML of the UserControl because this UserControl is one of several UserContorls which are used as dynamic Content of an area of a parent Window.