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
130
ComboBox Autocomplete
posted

I had a question regarding the use of the UltraWinToolbars.ComboBoxTool. What we are trying to accomplish is to have the control trigger an auto refresh under two different conditions. In the combo box we have the selection configured as drop down with auto complete turned on. When the user types in the combo box the autocomplete feature fills out information for them as it goes. Once they have the selection they want they push the tab key or in some way remove focus from the control and the corresponding display updates. So far so good. When the user selects something from the selection list via mouse, the display does not update until the control loses focus. So my question is, is there a way to differentiate between a selection from the list via drop down and a selection via autocomplete?

Thanks for any help.

  • 130
    posted

    OK, nevermind.  I figured it out.

    • 71886
      Offline posted in reply to Randall Woodman

      Hello Randall,

      Could you please share how did you manage to do it? We believe that the other community members could benefit from such threads.

      • 71886
        Offline posted in reply to Randall Woodman

        Hi,

        Thank you a lot for sharing this!

        Please feel free to let me know if a question about our tool set comes up on your mind.

        • 130
          posted in reply to [Infragistics] Boris Toromanov

          I didn't actually do what I originally posted.  I set up the combo box to autocomplete and an event to fire when the text changes.  The end results was the same so it didn't really matter.