Hi Javier,
Thanks for the update. I do see that sometimes the "Clear" button has to be clicked twice to clear the text in the MultiColumnComboBox. To overcome this problem, I have now changed the code to "clear" as shown below :
'' To clear the selection
Me.multiColumnComboBox1.SelectedItem = Nothing
Me.multiColumnComboBox1.SelectedIndex = - 1
'' To clear the Text
Me.multiColumnComboBox1.UpdateText(True)
I have also modified my earlier sample and have attached a VB.NET version of the
modified sample here. The MultiColumnComboBox now gets cleared in the Form''s Load event as well. Please refer to the sample and let me know if you need further assistance. Thanks for your continued interest in Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.