Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
700
problems showing multi select combo box
posted

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. 

Parents
  • 30945
    Suggested Answer
    Offline posted

    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

    ComboEditorMultiSelect.zip
Reply Children