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
  • 469350
    Offline posted

    Hi,

    At what point are you checking this? In other words, when are you expecting the update of the data source to occur? It does not happen on every keystroke. I think this usually only happens when you lose focus on the control or perhaps when the data source receives an EndEdit or moves to another row.

    Does it work with the inbox ComboBox control?

    Are you sure you data source can accept a null or empty value?

Reply Children