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.
No, there's no way to do this currently.The current AutoComplete functionality only works at the start of the text.
The good news is that "Contains" auto-complete is one of the new feature we will be adding in NetAdvantage 2010 Volume 1. :)
I'm using infragistics 14.1 and I can't find the "Contains" auto-complete functionality, can you show me a example
All good, I found the property AutoSuggestFilterMode, thanks!