hi
When you input a character,
the fuzzy match all entries,
filtered items in a drop down list must contain the characters,
no matter the character position in any of the items.
thank you
Hello Guo,
Thank you for your email.
I have been looking into your it and it seems that you did not specify which XamComboEditor you are using – WPF only XamComboEditor or shared version. Would you please provide me with this information and screenshot that illustrate the issue. This way I would be able to further investigate this for you and provide you with more detailed information on this matter.
Looking forward to hearing from you.
hi Zhivko,
thank you for your email.
I am using wpf 14.2.20142.2081 version
I will upload an pictures
Thank you for your post.
I have been looking into your requirement. The XamComboEditor provides filtering on the items in the control’s drop down when the user starts to type in the input text field. The data items are filtered according to the filters specified in the XamComboEditor, by default the compression operator is ‘StartsWith’ and this is the reason for the behavior you reported. You can create your custom filter by using ConmpresionCondition with Operator ‘Contains’ in order to be able to achieve the filtering you want. You can find more details about ‘Configuring Item Filtering’ in XamComboEditor from the following link from our online documentation:
http://help.infragistics.com/Help/Doc/WPF/2014.2/CLR4.0/html/xamComboEditor_Custom_Filtering.html#_Ref380075017
I created short sample application based on your scenario in order to show you how you can implement this approach.
If you require any further assistance please do not hesitate to ask.