It doesn't exactly do what you are asking, but you can resync the edit level of any child fetched after you have started editing the parent to match the parent edit level (basically by calling BeginEdit as many times as required on the child).
This is also needed when doing "lazy loading" of children.
rsbaker0:This is also needed when doing "lazy loading" of children.
Until version 3.5 anyway In 3.5 the child edit level is automatically set to match the parent's edit level when the child is added to or associated with the parent.
It seems i cant call beginedit on the child object as i get this exception "beginedit is not valid on a child object". What am i doing wrong?
Copyright (c) Marimer LLC