Example of grouping support in ASP.NET Core MultiColumn ComboBox Control
This sample demonstrates grouping feature of the MultColumn Combobox component. The MultiColumn ComboBox allows to group the relevant items under a corresponding category by mapping the groupBy field, and allows to load the list of employees.
DEMO
SOURCE
In this sample, the employee data is grouped against Category
column, which illustrates how the orders details are grouped based on its category.