Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Well, you are going to have to be consistent in regards to the binding. If you just want to bind to the text, then you will have to change the BindingProperty to Text instead of SelectedValue. otherwise, you will need to popupate a data source (i.e. a data table) and set the DisplayMember, ValueMember, and DataSource properties. But in this case, it sounds like all you need to do is just set the BindingProperty to Text instead of SelectedValue.
|