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
90
Don't update text in de editor part of the comboeditor
posted

When the selectedrow of the comboeditor changes when the user presses his down key or his up key, it also updates the text in de editor part. I want the text only to be updated when the user presses enter, or actually selects the item with his mouse.

Is this possible?

  • 469350
    Verified Answer
    Offline posted

     You could probably use the KeyActionMappings or the KeyDow even to to prevent the combo from processing the up and down arrow keys entirely. But there's no way to make it highlight the item without selecting it, too.