Child bindingsource bound to child entityset does not update
问题 I have a table, SampleData, that has a child table, Measurements. On my WinForm, frmMain, a single SampleData object is bound to the SampleDataBindingSource; the MeasurementsBindingSource has SampleDataBindingSource as its datasource and Measurements as its DataMember. A set of textboxes are bound to SampleDataBindingSource; a datagridview is bound to MeasurementsBindingSource. For frmMain, I also have a presenter class, preMain, which contains a property, CurrentSample, of type SampleData.