Why does setting ManageObjectLifetime="False" cause data to not bind?

Why does setting ManageObjectLifetime="False" cause data to not bind?

Old forum URL: forums.lhotka.net/forums/t/6499.aspx


pk55 posted on Monday, February 23, 2009

In a Silverlight XAML UserControl, I have a CslaDataProvider that provides the data context for a grid. Everything binds fine if ManageObjectLifetime="True" but if I change it to "False", no binding occurs (nothing displays).  I thought this setting only affected enabling the advanced Save/Cancel features of n-level undo and not the binding.

Any info would be appreciated.

RockfordLhotka replied on Tuesday, February 24, 2009

There is a bug in CslaDataProvider. The fix is in 3.6.2 in svn, and will be in the next test release of 3.6.2.

pk55 replied on Tuesday, February 24, 2009

Thanks for the reply.

Copyright (c) Marimer LLC