Browse by Tags
All Tags » MasterDetail » DataGridControl (RSS)
-
I'm trying to create a master / detail grid with a strongy typed dataset. The dataset contains two tables and the relationship between them. The xaml for the grid is.......
<xcdg:DataGridControl Grid.Row=''1'' AutoCreateColumns=''False'' Name=''dgAdverts'' ReadOnly=''True'' SelectionMode=''Single'' EditTriggers=''None'' ...
-
I have an ObservableCollection one of whose member properties is an ObservableCollection. I can get the first level to display correctly, but haven't much idea on how to get the nested collection working.
I have tried setting up the DataRelationDetailDescription and DetailConfiguration tags but I don't see where the binding to the nested ...
|
|
|
|