Not refreshing property changes

Not refreshing property changes

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


ajj3085 posted on Friday, December 15, 2006

Hi,

I have a BO which has a few read only properties (no property setter defined).  There's a method which changes the  underlying values, then calls OnUnknownPropertyChanged, but the UI doesn't referesh.  The CurrentItemChanged event fires fine, but the values are not re-read out of the BO.

The properties in question are bound to textboxes who's readonly  property is set to true, but that should still work, correct?  I have a disabled drop down that updates fine..

Anyone know what might be wrong?  I'm doing something similar in another method, and that works fine.

Andy

ajj3085 replied on Monday, December 18, 2006

No one else has had this trouble?

ajj3085 replied on Monday, January 08, 2007

I had forgotten about this over the holiday's but am still having the problem.

Shouldn't calling OnUnknownPropertyChanged in BB cause the binding source to re-read ALL properties that are databound?

Andy

EDIT:  Nevermind, I was doing something dumb..

Copyright (c) Marimer LLC