always show Details in Master-Detail DataGrid

  • Thread starter Thread starter DraguVaso
  • Start date Start date
D

DraguVaso

Hi,

I have a DataGrid in which I have a Master-Detail relationship. By default,
to see the Details, you have to click on the "+" on the right and than you
can see the details for one Master-record.

I want to be able to see in my DataGrid always all the Master-records and
all the Detail-records of them.

Something like this:

- Master1 OtherMasterFields
Detail 1 of Master 1 OtherDetailFields
Detail 2 of Master 1 OtherDetailFields
- Master2 OtherMasterFields
Detail 1 of Master 2 OtherDetailFields
Detail 2 of Master 2 OtherDetailFields
Detail 3 of Master 2 OtherDetailFields

Does anybody knows how to do this?

Thanks a lot in advance!

Pieter
 
Back
Top