Hi,
I have an ultra comboeditor. User should be able to type text in combo editor and search the items.
When I set DropDownStyle to DropDown and AutoCompleteMode to Append / Suggest/ AppendSuggest, the functionality works fine.
For example, I have "Charles, Bunny" displayed in Combo editor. When user types "Cha" , this item is displayed.
But When user types "Bun", the above item does not display.
I want to search the items that "Contains" typed text instead of items that "starts with" typed text.
Is there any way to accomplish this ?
The property was added in NetAdvantage 2010 Vol. 1. You will need to upgrade to a newer version of NetAdvantage in order to get this functionality.
Hi Dave,
Thanks fo rthe suggestion. This is what exacly am looking for.
But, I could not find AutoSuggestFilterMode property for the ultracomboeditor.
Am using Infragistics2.Win.UltraWinEditors.v8.3, Version=8.3.20083.1009
Hello,
Thank you for contacting Infragistics.
You can get the behavior you're looking for by adjusting the value of the AutoSuggestFilterMode property as described in the documentation I've linked below.
http://help.infragistics.com/doc/WinForms/2014.1/CLR4.0/?page=WinComboEditor_Filter_Options_to_Filter_Suggested_Values.html
Please let me know if you have any other questions about this.