Example of Grouping in ASP.NET MVC MultiColumn ComboBox Control
This sample demonstrates grouping feature of the MultiColumn Combobox.
DEMO
SOURCE
The MultiColumn ComboBox allows to group the relevant items under a corresponding category by mapping the GroupBy
property in the MultiColumnComboBoxFieldSettings
which allows to load the list of employees. In this sample, the employee data is grouped against Category
column, which illustrates how the employee details are grouped based on its category.