Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
By default, the BindingProperty of a ComboBox is "SelectedValue" which will not change when you change the text... so when we bing to a ComboBox that is a DropDown instead of a DropDownList, we change the BindingProperty to "Text" and bind to the raw text that is typed into the ComboBox. Try changing that and see if it gives you the desired effect.
|