I have a custom business object that derives from CollectionBase and implements IBindingList. Each item in this collection has data (Properties) I want to display in the master view. This item also contains a child Collection (derives and implements the same things), I want to display the items in this child collection in the detail view. (Note that this child collection is also accessed by a Property in the parent item.)
Basically, I would like to be able to assign Columns to certain Properties and then create a detail grid that is assigned the child collection. I would then assign the column of the detail grid from the child objects.
How can I do this?
Imported from legacy forums. Posted by dahoffer (had 2128 views)