Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Aaron, though I generally do not use the SuggestAppend, the two should not be related. The IgnoreReadonlyManageState is used, through binding, to simply enable or disable the field based on the state of the BO. Now in all of our applications, we never allow the fields to be disabled unless there is a security restrictions (like the StrataFlix sample). So if this is causing an issue, more than likely there is an order of events that is causing the issue. I will add this to a list to look at, or you could create a quick sample, but in either case, this sounds to be more related to the combo versus the binding states. Also, just FYI, this is an inherited feature of the standard .NET combo that has not been enhanced or modified by SF (in regards to the SuggestAppend).
|