Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
We do make a change to the style when the editing state changes and the IgnoreManageReadOnlyState is set to False (the default). The reason we change the style is to make a combo and a drop down list look the same when disabled...go figure why Microsoft would make the disabled states look different. Try setting the IgnoreManageUIReadonly state to True on the combo and set it to DropDown and see if it works. If so, just handle the EditingStateChanged event of the business object and manully set the enabled state of the combo based on the editing state...this is easier than trying to control the other.
|