Hi Ben,
You could hide any number of columns in the MultiColumnComboBox''''s dropdown as shown in the code snippet below :
// Show DisplayMember column
this.multiColumnBoundCombo.ListBox.Grid.Cols.Hidden[1] = false;
// Hide the other columns
this.multiColumnBoundCombo.ListBox.Grid.Cols.Hidden[2] = true;
this.multiColumnBoundCombo.ListBox.Grid.Cols.Hidden[3] = true;
this.multiColumnBoundCombo.ListBox.Grid.Cols.Hidden[4] = true;
this.multiColumnBoundCombo.ListBox.Grid.Cols.Hidden[5] = true;
Please refer to the
sample attached which illustrates this.
Thanks for considering Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.