Hi guys,
I'm creating my own component to our company solution. This component is based on your UltraComboEditor. I just want to do this, when i type something to the text field, i want to get list of items with best comliance from grid. For this, i guess, is there SuggestAppend property value. But this doesn't work for me. It works perfectly for just Append and separately for Suggest, but not for both. Any idea for this?
Hello marcel ,
Could you please visit the following link and check the remark in our documentation and especially this line:
When the AutoSuggestFilterMode property is set to 'Contains', the AutoCompleteMode setting of 'SuggestAppend' resolves to 'Suggest', i.e., automatic completion of the text typed in the edit portion is disabled, and the text selection is not modified.
http://help.infragistics.com/Help/NetAdvantage/WinForms/2013.1/CLR4.0/html/Infragistics4.Win.UltraWinEditors.v13.1~Infragistics.Win.UltraWinEditors.UltraComboEditor~AutoSuggestFilterMode.html
If this is not the cause of your issue please provide us with small sample which reproduces it .
Please feel free to let us know if you have any other questions with this matter.
I have followed all documentation and the control continues to use startswith instead of contains as the user types. It jumps to the field that startswith what was typed.
AutoCompleteMode = Suggest
AutoSuggestFilterMode =Contains
using product version
12.2.20122.2027