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
805
ValueChanged not getting called?
posted

I have some setup code early in my view that says...

            _view.EditorSecurityCombo.ValueChanged += OnEditorSelectedSecurityChanged;

EditorSecurityCombo is an UltraCombo. When the view is first set up, selecting an item in the display does what you'd expect, and calls OnEditorSelectedSecurityChanged. However, when you then select another item from the combo, OnEditorSelectedSecurityChanged is NOT called.

Any ideas? Should I be hooking something other than ValueChanged?

 

Parents
  • 469350
    Offline posted

    Hi Maury,

    I can see no reason why the event would not fire, unless maybe every item on your list has the same value. But there's not really much information here to go on.

    Can you duplicate this in a small sample project?

Reply Children