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
90
Autocomplete on UltraCombo
posted

I'm using the UltraCombo control in a winform application. Since there are a ton-of items in the database I'm using a background worker to to populate the datatable behind the UltraCombo. I don't know how to signal to the UltraCombo control to autocomplete what the user has typed in. For example, if the user typed in Fran and the datatable (which started being populated on the 3rd character) is has the items:

France, Frances, Franks, Frappacino  

The dropdown section is populated, however the textbox section does not suggest Franks. Sure if I type in the letter k it autocompletes, but is there some kind of event I can raise on the UltraCombo to start the suggestion process as if the letter k was just typed in?

Thanks,

Frank