I’m not sure I follow what you are saying?
You have something like:
Person contains AddressList contains Address(*)
You don’t bind Person or AddressList but you do bind an
individual Address?
Or you bind Person, but not AddressList, and then you do bind an
individual Address?
Rocky
From: Cosmin
[mailto:cslanet@lhotka.net]
Sent: Thursday, April 17, 2008 9:58 AM
To: rocky@lhotka.net
Subject: Re: [CSLA .NET] RE: RE: EditLevel problems with WinForms
Hi,
Some more strange behaviour.
What if you have a collection in the root object but you don't bind it to any
bindingsource. The edit level of the first child is 2 and after applying the
changes the level 1(which is wrong) and it breaks next time I begin edit.
To fix it I just bound the collection to a hidden grid and let the binding framework
do the work.
Is this a problem in the UndoableBase class?
Thanks,
Cosmin
Rocky