Hi,
I have 3 classes ‘ClsDossier’, ‘clsProcedure’ and ‘clsActions’.
one of the properties in ClsDossier is Procedures with has type List(of clsProcedure)
one of the properties in ClsProcedure Actions with has type List(of clsActions)
I want to show the procedures and actions of one dossier in a Xceed grid. So i do
GridControl1.DataSource = doss.Procedures
detailGridTemplate1.DataSource = doss.Procedures
detailGridTemplate1.DataMember = “Actions”
Result: I see all the procedures and for each procudure an empty detail with no columns, with is not what i expect.
Plz help,
Thx
Imported from legacy forums. Posted by stijnp (had 1735 views)