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.
Yes, great this helped me.
However, it is not posible to get both? (I mean SuggestAppend with Contains)
BTW: Thank you for your help.
Hello Marcel,
Yes, unfortunately it is not possible to get both "SuggestAppend" with "Contains", because they are mutually excluding properties.
Please do not hesitate to contact us if you have any other questions.