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

MultiColumnComboBox

Is it possible to hide specific columns using the MultiColumnComboBox control?

Is there an autocomplete feature for this control?

1 Reply

AR Anupama Roy Syncfusion Team November 6, 2006 06:17 AM UTC

Hi Irvin,

Sorry for the delay in response.Here goes the answer for your queries.


>>Is it possible to hide specific columns using the MultiColumnComboBox control?

Yes,it is possible.

Assume you have a MultiColumnComboBox bound to a DataTable with few columns.This below given code will hide columns 5,6,7respectively and will display the rest.

multiColumnComboBox1.ListBox.Grid.Cols.Hidden[5] = true;
multiColumnComboBox1.ListBox.Grid.Cols.Hidden[6] = true;
multiColumnComboBox1.ListBox.Grid.Cols.Hidden[7] = true;


>>Is there an autocomplete feature for this control?

Yes, Internally we have an AutoComplete which will AutoAppend the item to the matching entry.

Please feel free to contact us if you need furthur assistance.

Thanks for choosing Syncfusion products.

Regards,

Anu.

Loader.
Live Chat Icon For mobile
Up arrow icon