Post Undeleted by Marc Gravell
    Post Deleted by Marc Gravell
show/hide this revision's text 3 added 132 characters in body

Datamember should be a string that defines what property of the List you want to show. Not necessary here.

This would make sense:

BindingSourceB.DataMember = "PropertyName";

BindingSourceB.Datasource = ChildObject.ChildListObjectParentObject.ChildList;

And if

If your binding to a grid, you don't set Datamember. Just set Datasource and then use the designer to configure the grid.

The GetType is there to help the designer. In designer properties you should set the BindingSourceB to ChildListObject type, and then do what I did above.

show/hide this revision's text 2 added 58 characters in body
show/hide this revision's text 1