how to serach in UltraComboEditor by typing any character of items text
for example:
items of combo is:
پرسنل
سایر
when I do type س
combo find پرسنل
and
Hello fatemeh,
Filter Options to Filter Suggested Values
As described in the link above, you can set the AutoSuggestFilterMode to Contains. By doing so, the combo editor will display results where the item contains the entered character.
this.ultraComboEditor1.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;this.ultraComboEditor1.AutoSuggestFilterMode = Infragistics.Win.AutoSuggestFilterMode.Contains;
Elizabeth AlbertLocalization Engineer
thanks
if AutoSuggestFilterMode property not in infragistics v2009?