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
1104
UltraComboEditor DataBinding problem with SuggestAppend
posted

Hi,

I think there might be a bug in the UltraComboEditor (and maybe the UltraCombo).

I use it with a DataTable as DataSource, AutoCompleteMode SuggestAppend, and it is bound to a column of another DataTable.

At runtime, when I click into the empty Editor and write some letters, and then click on another control in the form, the value isn't updated in the bound DataColumn, so the DataRow is not marked as modified.

This works when selecting AutoCompleteMode None, Append or Suggest, but not with SuggestAppend.

I think this worked without problems before installing the latest service release, but I can't test this at the moment.

Regards

 

Edit: Tested it with older releases, there is also the same problem.