J
jehugaleahsa
Hello:
First of all, sorry if I leave out some details. I have a bad habit of
doing that. Just ask me and I will surely give them to you.
I have a Windows Form with a combo box on it. It's SelectedValue
property is bound to one of our business objects. When the control is
validated the business object's property is updated.
(DataSourceUpdateMode = OnValidate)
We noticed that when we select the value from the drop down list, the
business object property is set. However, if we type in the value into
the text portion, nothing happens. We can lose focus, what-have-you,
and it never updates the business object.
This is a problem. Our users are typing in their values rather than
selected them from the list. When they go to save, the business object
doesn't reflect their changes. Nothing is changed! We can't change the
DropDownStyle to DropDownList since custom values are allowed.
Is there a setting somewhere that we're missing?
Any help is greatly appreciated!
First of all, sorry if I leave out some details. I have a bad habit of
doing that. Just ask me and I will surely give them to you.
I have a Windows Form with a combo box on it. It's SelectedValue
property is bound to one of our business objects. When the control is
validated the business object's property is updated.
(DataSourceUpdateMode = OnValidate)
We noticed that when we select the value from the drop down list, the
business object property is set. However, if we type in the value into
the text portion, nothing happens. We can lose focus, what-have-you,
and it never updates the business object.
This is a problem. Our users are typing in their values rather than
selected them from the list. When they go to save, the business object
doesn't reflect their changes. Nothing is changed! We can't change the
DropDownStyle to DropDownList since custom values are allowed.
Is there a setting somewhere that we're missing?
Any help is greatly appreciated!