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
310
UltraComboEditor SelectionChanged mouseclick vs. up/down arrow
posted

Hi,

I have a UltraComboEditor that is populated and used as a dropdown list.  The SelectionChanged event fires after the list is dropped down and an item is selected by clicking the mouse.  The SelectionChanged will continue to fires if the up/down arrow keys on the keyboard is used.

Is there a way to prevent the SelectionChanged event from firing when the up/down arrow keys are used? 

I would like the user to be able to either scroll through the list using the mouse and clicking on their choice.  Alternatively, is it possible for the using to scroll through the list using the up/down arrow keys without firing the SelectionChanged event and when the enter key is pressed to fire the SelectionChanged event.