Hello StrataFramers!
I have a Strata-combobox on my form bound to a secondary business object. It looks like it's being populated because it has an item count of 14 at runtime. However, nothing is displayed in the list except the TopMostItem. The Value property changes with the primary BO, yet nothing is displayed.
My table has two fields: CategoryID int32, and Description string
Here are the properties I set:
PopulationDataSourceSettings:
Business Object Type: CategoryBO // the secondary business object
Method to Execute: Populate() // the method that fills the table
Display Member: {0} - Description
Value Member: CategoryID
PopulationType: BusinessObject
If the answer is obvious, I'll spare you the rest of the details.
Thanks!