All Tags »
DataGridCollect... »
Master Detail (RSS)
Sorry, but there are no more tags available to filter with.
-
Master/detail is supported through the DataGridCollectionView[Source]. In the example you provide, you initially bind the grid to the DataGridCollectionViewSource that has the Assignments as a source; however, in the Loaded event, you then reassign Assignment's DefaultView to the grid's ItemsSource property, removing the master/detail ...