Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1330
Text revmoved from the UltraComboEditor is not reflected in the bound field.
posted

Hi there, my problem is quite simple.

I have a ultracombo where the property:

DataSource is a data set

Datamember is a data table

Display member is bound to a field

Valuemember is bound to another field

I then bind the VALUE to a field to a separate dataTable 

The datatable is populated with a long list.  If I select an item from the list the Valuemember updates the field in the datatable no problem. It works.

However, if I later remove the text from the combobox, the text is not updated (not empty).  I want it to be empty if the user specifies as such.

I am wondering what I am doing wrong.  I hope this makes sense.

Parents Reply Children