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
275
UltraComboEditor - Left/Right Arrow Key Behaviour
posted

I have an UltraComboEditor on a Form with other controls on the Form and I have the UltraComboEditor.DropDownStyle set to DropDownList.

When the UltraComboEditor has focus and I press Up/Down Arrow, the selected item in the UltraComboEditor moves by one item (up or down). If I press Left/Right Arrow, the control loses focus and passes it to the next control - acting like a Tab.

Windows Combo Boxes allow the Left/Right Arrow to be pressed and this performs the same functionality as Up/Down Arrow.

Why does the Infragistics control tab to another control?

Parents
  • 69832
    Suggested Answer
    Offline posted

    When DropDownStyle is set to DropDown, it uses them for the edit portion, and we probably never handled the DropDownList case. You might want to submit an incident for this.

Reply Children