Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
The IsDirty property really does nothing more than enumerate through the internal data table to see if there are any dirty records. Really all you have to do is set the BusinessObject property of the button and leave the BindingField empty. This should manage the editing state of the button without any code at all.
|