Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Well, you mentioned that you are manually populating the combo. Have you changed the BindingProperty to Text or whatever value it should actually be binding to. By default the combos will bind to the Selectedvalue property, so if you are just using this combo to bind to text, you will want to change the BindingProperty to Text or something of that nature instead.
|