How to make so that at text input in ultraCombo the drop-down window with autocomplete variants?
I'm not sure I understand your question. The UltraCombo will auto-complete what the user enters by default. So you don't have to do anything to make it do so. If it's not working, it's because you must have set the AutoCompleteMode property and turned this off.
I want that autofilling was such as in a standard component comboBox at installation of property AutoCompleteMode in SuggestAppend. Neither in ultaCombo nor in ultraComboEditor I have not found property AutoCompleteMode, only AutoComplete, but it is established in true.
AutoCompleteMode was added recently and replaces the existing (and no obsolete) AutoComplete property. If you don't see AutoCompleteMode, then you must be using an older version of the controls and you will need to upgrade if you want to use the new feature.
Thanks, it have helped.
Hi,
I'm facing the same problem because I want to add an auto complete feature to my combobox. Unfortunately I'm working on 7.3 (2007) and ".AutoCompleteMode = AutoCompleteMode.Suggest;" does not exist ...
So:
As you can see, I'm stucked in the middle!
Is there a way to apply Office 2007 Infragistics style to windows comboBox control ?
Or is there a way to manage to have the same rendering with Infragistics control anyway ..?
Gracie Mille !