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
40
UltraComboEditor - Overriding autocomplete functionality
posted

Hello, I am using the UltraComboEditor and was wondering whether I can override the AutoComplete functionality, either by events handlers or by deriving from the control.

I need an auto complete functionality as in Internet Explorer Address. For instance, I want to suggest an item like http://www.google.com also if the text inserted is ‘goo’ or 'www.go'.

I tried turning off the auto-complete by choosing AutoCompleteMode = None and implementing it myself, but faced a lot of disturbing issues. I couldn't understand the role of the MRUList property.