Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
It's probably in the way the tree is syncing with the CurrencyManager of the BusinessBindingSource. When you save, a Navigated event might be firing, which will cause the CurrencyManager.CurrentChanged event to fire. If the tree is listening to this event, then it will likely move the selection to that node and re-raise its event. Some deep nesting of events is likely what's happening. However, I don't think the business object raises the Navigated event until after the business object is done saving, so it's a mystery as to exactly what's happening in this case.
|