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

Clearing text in multi column drop down control

I have a Multi Column Drop Down control which is working, except when there are no items in the drop down list (which is normal), the display text doesn't clear out.  How can I fix it?

 

Thanks

 

<syncfusion:SfMultiColumnDropDownControl x:Name="CasesList" Margin="5,3" Width="300" Height="22"

VerticalAlignment="Center" AllowAutoComplete="True" ReadOnly="True"

AutoGenerateColumns="False" ItemsSource="{Binding CaseListSource,Mode=TwoWay}" PopupWidth="500"

SelectedItem="{Binding SelectedCaseLookup,Mode=TwoWay}"

DisplayMember="DisplayValue" ValueMember="DisplayValue" >

<syncfusion:SfMultiColumnDropDownControl.Columns>

<syncfusion:GridTextColumn MappingName="CaseNumber" HeaderText="Case Number" Width="100" />

<syncfusion:GridTextColumn MappingName="LookupValue" HeaderText="Non-Compliance" Width="220" />

<syncfusion:GridTextColumn MappingName="CaseDate" HeaderText="Date" Width="150" />

</syncfusion:SfMultiColumnDropDownControl.Columns

</syncfusion:SfMultiColumnDropDownControl>

 

 


2 Replies

JG Jai Ganesh S Syncfusion Team November 6, 2013 12:37 PM UTC

Hi Brent,

 

Thanks for using Syncfusion products.

 

We are able to reproduce the issue and we have logged an issue report internally on this and fixing it.

We have also created an incident 115332 for the reported issue for you follow up for this particular issue.

 

This fix will be available in our upcoming 2013 volume 4 release which is scheduled to be released on first week of December 2013. You may also check our website periodically for latest information related to our releases.

 

Regards,

Jai Ganesh S



NJ Narayanasamy J Syncfusion Team November 12, 2013 07:08 AM UTC

Hi Brent,

 

Thank you for updating,

 

The implemented workaround for the issue is fine, which clears the Text in the MultiColumnDropDown Control. The fix will be available in our upcoming Volume 4, 2013 which is scheduled to be released on first week of December 2013.

 

Please let us know if you need further assistance.

 

Regards,

Narayanasamy


Loader.
Live Chat Icon For mobile
Up arrow icon