Hi!
How can enable/disable autocompletion for the XamComboEditor in V12.2 (WPF)?
"Error 3 The member "AutoComplete" is not recognized or is not accessible."
Best regards,cew3
Hello,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Thank you , great work!
I have modified the sample you sent me, so now it works as you want. I disabled the auto complete both by using C# and XAML. Also instead of adding the new Item in the ValueChanged event handler I can suggest you use the EditModeEnded, because otherwise on every key stroke an Item will be added. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Hi Stefan,
I use a XamComboEditor as a control for selecting custom settings of a XamDataGrid.
The combo contains a list of already saved settings, but the user also can edit within the combo to create a new setting name.
I f he already has a setting called "alfred" and wants to create a "adam", typing the "a" causes the load of the settings for "alfred" because the autocompletion finds "alfred" and a ValueChanged gets raised.
That's not what the user expects to happen. The XamComboEditor is hosted in a custom control that created the editors in code behind depending on datacontext's type.
Is there a way to disable the autocompletion from code behind?
The sample shows that a list item will be set as selected value when typing one of the first letters.
Best regards cew3
Thank you for your post. I have been looking into and I can suggest you see this forum thread:
http://es.infragistics.com/community/forums/t/34654.aspx
where a similar issue is discussed. Also I can say that these (AllowFiltering, AutoComplete, AutoCompleteDelay ) Properties are available in the cross-platform XamComboEditor. Please let me know if this helps you or you need further assistance on this matter.