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.