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
120
Making Ultra-combo box static ..
posted

I have ultra combo-box control in my form.It populates values  as dropdown (Grid form)  as I click on it. But , as soon as I click anywhere in application or click on minimzed window in task bar , the  ultra combo-box  will close ,even if I dnt choose any of the values in combo-box. i would like to make it static till user chooses any one of value in ultra combo-box..

 

Please suggestn me solution for problem asap..

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi,

    I'm not sure I understand what you are asking. It's standard behavior for any ComboBox to close when it loses focus.

    Are you saying that you don't want to allow the user to leave the control until they pick something? In that case, you would probably need to handle the Validating event of the control and cancel it while the Value is null.

Reply Children