Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
More than likely you do not have the strong-type field typed as the enum. The SF combo will do an automatic conversion, but the value within the combo is an enum value, not an integer. So if you want to bind an enum to a DevExpress combo you need to open up the BO Mapper and type the field as the enum as well....otherwise the value will never properly sync up.
|