Why is de behaviour of the comboboxtool in de toolbar different than all the other combo's?
All other combo's support the new AutoCompleteMode property, with the option to suggest (and SuggestAndAppend). I want the combo in the toolbar to behave the same as all the other combo's.
ComboBoxTool does not currently support AutoCompleteMode. If you like you can visit http://devcenter.infragistics.com/Protected/RequestFeature.aspx and submit a request for the feature.
As a potential workaround, you could use a ControlContainer tool on the toolbar and put an UltraComboEditor in it.
I will give that a try, thank you.