We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Can't select items - SfMultiColumnDropDown

Hi,

I have a problem when i try select an item in SfMultiColumnDropDown.
When I have a list that contain a similar words i can't select items.

I attached an example code.

Thanks.




Attachment: SfMultiColumnDropDown_6d7414d1.zip

1 Reply

AS Ayyanar Sasi Kumar Jeyaraj Syncfusion Team December 22, 2015 12:59 PM UTC

Hi Luis,

We are able to reproduce the reported issue. The fix for reported issues will be available in our upcoming  Volume4 2015 release which is expected January, 2016. In the same time, you can overcome this problem by setting SfMultiColumnDropDownControl.AllowAutoComplete property to false.

XAML:

<sync:SfMultiColumnDropDownControl Name="cmbProveedores"

                            DisplayMember="Name"  Height="23"

                            AllowAutoComplete="False" AutoGenerateColumns="False"

                            IsManipulationEnabled="False" AllowImmediatePopup="True"

                            IsTabStop="False" IsAutoPopupSize="True" >
        


Sample: http://www.syncfusion.com/downloads/support/forum/121502/ze/SfMultiColumnDropDown999926243

Please let us know if you have any further assistance.

Regards
Ayyanar

Loader.
Live Chat Icon For mobile
Up arrow icon