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
460
Selection with Enter
posted

Hi,

Isn't the "Enter" key supposed to call the Validating event of an ultraComboEditor ? Because I need to press tab to enter in the event validating although "Enter" seems more appropriate..

 

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    The Validating event is inherited from Control. So it's pretty much handled by the DotNet framework. Does the Enter key trigger a Validating event for the inbox ComboBox or TextBox controls?

    If so, then this might be an issue that we need to look into.

    But I suspect it does not. I don't think you can validate a control while it still has focus, validation occurs when the control loses focus.

Reply Children