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
180
UltraCombo ValueChanged fires two times if entered item is not in the list.
posted

Hi,

I have a bounded Ultracombo having following items in the list.

ID           Code
--------------------
1                A               
2                B
3                C
combo is binded with a table having two columns, ID and Code. DisplayMember is Code and ValueMember is ID. Whenever we type any data that is not in the list then ValueChanged event is firing twp times.  Lets say I typed D in combo then

First time UltraCombo.Value comes as null and second time it comes as the data I typed ( "D" ). This is happening in 9.1 version dlls.
In 8.1 version dlls it was working fine ( ValueChanged event was firing only once ). We were using 8.1 dlls and out application was designed to check value null for invalid data. After upgading the dlls all these problems get started.. Its crashing our application..

Are you guys going to fix this bug?

Thanks,
Dhananjay