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
1850
UltraComboEditor not honoring arrow keys or delete.
posted

When I have the following code the editor allows the user to type. Why are the right/left arrow keys ignored along with the delete key? Do I need a specific property set?

UltraComboEd.DropDownStyle = DropDownStyle.DropDown;

thanks

-Ken

 

Parents
  • 469350
    Offline posted

    Hi Ken,

    Up, down, and delete work fine for me. What version of the control are you using?

    Do those keys work in any other controls within the same container? My guess is that something else in your code is eating those keystrokes before they ever get to the UltraComboEditor. Are you using a Toolbar or ToolStrip or ContextMenu that uses those keys as shortcuts?

Reply Children