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
1035
UltraCombo Selection Changed
posted

Hi,

I have an UltraCombo.

I want to do something whenever the selection was changed.

Problem is, that UltraCombo doesn't have this event.

ValueChange event occures even if I didn't change the selection, so it doesn't help.

Which event can I use instead?

Thanks a lot,
Yael

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    ValueChanged only fires when the value of the Combo changes. So this will fire when you select an item from the list or if the user types something into the edit portion of the control.

    There's no way to distinguish between a user changing the value via selection or via typing.

Children