I found this property is missing although the help doc says it does...
http://help.infragistics.com/Help/NetAdvantage/WPF/2011.2/CLR4.0/html/InfragisticsWPF4.Controls.Editors.XamComboEditor.v11.2~Infragistics.Controls.Editors.XamComboEditor~AutoComplete.html
Hi
The Link you provided is for the cross platform XamComboEditor control located in assembly: InfragisticsWPF4.Controls.Editors.XamComboEditor.v11.2. That editor has AtoComplete property.
The WPF only XamComboEditor locaed in assembly InfragisticsWPF4.Editors.v11.2 does not have the AtoComplete property.
[http://help.infragistics.com/NetAdvantage/WPF/2011.2/CLR4.0/?page=InfragisticsWPF4.Editors.v11.2~Infragistics.Windows.Editors_namespace.html]
Please let me know if you have any other questions.
Thanks
Slavi
OK, but why is this great feature not provided in WPF Only?
Hello,
The design of the WPF Only Combo Editor did not include this functionality. However it was added to the cross-platform Combo Editor.
After researching this functionality, it has been determine as a new Product Idea for the WPF Only Combo Editor. I have sent your Product Idea directly to our product management team. Our product team chooses new Product Ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested ideas, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your idea is chosen for development, you will be notified at that time. Your reference number for this Product Idea is PI13050130
If you would like to follow up on your Product Idea at a later point, you may contact Developer Support management via email. Please include the reference number of your Product Idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
-Slavi
I was also looking to implement this feature on the WPF Only Combo Editor and was wondering if there is any update on when and if it might be implemented. I would have thought it would have been a fundamental feature of the combobox. We have just switched our application from an old combobox box editor, which had this feature, to the new Infragistics WPF combobox editor and are getting a lot of complaints from our clients that this feature is missing.
We are currently using version 17.1 of the WPF controls
Regards,
David
Just Wondering if there is any update on when or if this feature might be included. It seems to AutoComplete if I set IsEditable to True, but by setting this the user can enter a Value that is not in the list, and I do not want to allow this.