I need to show a dropdown list that allows multi select.
apparently xamComboBox is supposed to do it.
initially i was told it is not available in v 11.1, so i upgraded to 12.1.
i still do not see support for AllowMultipleSelection property.
xmlns:igEditors="http://infragistics.com/Editors"
<igEditors:XamComboEditor AllowMultipleSelection="True"... InfragisticsWPF3.Editors.v12.1 (12.1.20121.1010) please advise what reference i am missing.
<igEditors:XamComboEditor AllowMultipleSelection="True"...
InfragisticsWPF3.Editors.v12.1 (12.1.20121.1010)
please advise what reference i am missing.
Hello,
Thank you for your post. In version 11.2, we have added a new XamComboEditor to out WPF control, which is the one that supports the multiple selection of its items. The new XamComboEditor is the XamComboEditor of our Silverlight control, which was change to be a cross platform control, to allow to be used in both WPF and Silverlight. This XamComboEditor is in the following assembly:
InfragisticsWPF4.Controls.Editors.XamComboEditor.v12.1
And the following xmlns:
xmlns:ig="http://schemas.infragistics.com/xaml"
And the XamComboEditor that is the original one in WPF is in the assembly that you have mentioned. You can read more information regarding the shared XamComboEditor that supports multiple selection here: http://help.infragistics.com/NetAdvantage/WPF/2012.1/CLR4.0/?page=xamComboEditor.html. I have also created a sample application for you that show how you can create a XamComboEditor with multiple selection allowed.
Please let me know if you need any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
hi,
is it also available in WPF3 ? because the application i am using it in is not in .Net 4.0
Thank you for your reply. I have been looking into your question and since the shared XamComboEditor comes from our Silverlight controls, the control is available only for WPF 4. You can read more information regarding the supported environments here in our online documentation: http://es.infragistics.com/support/supported-environments.aspx#SupportedEnvironments
I am just checking if you require any further assistance on the matter.
thanks for checking in