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
990
ValueChanged event problem with UltraCombo
posted

Hi!

I use the UltraCombo has a editor on a tree node. Then I subscribe to the ValueChanged event to do something with the value.

But when I leave the combo box, the valuechanged event is thrown even if I didn't change the value and the value is always null. So I always loose the value that I selected before.

I also tried to call my code only if combobox.Focused == true, but it is always false even if I have focused in the field.

I use UltraCombo 10.1.20101.1007. I also tried with 9.2. and it does the same problem.

Does anyone knows why ?

Best regards,

Benoit