Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Oliver, it is funny that you mention this. This is the beauty of re-writing the controls. We originally did this very thing in SF, but the problem was Microsoft's inconsistency with their "read-only" support on a per control basis. The only thing that was fairly consistent was the disabled.
However, even now, if you set the ManageUIReadOnlyState property to false on the BO, then handle the IsDirtyChanged event on the BO when a user makes a change, you can get rid of the disabled logic right now. Just a thought.
|