Example of sorting in ASP.NET Core MultiColumn ComboBox Control
This example demonstrates the sorting support of the MultiColumn ComboBox.
DEMO
SOURCE
In this sample, you can click the column header to sort/unsort the column any field can be selected from the Fields dropdown list and its order can be changed to display headers either in ascending or descending order. It can be enabled using the allowSorting
property and it can be configured using order options inside the sortOrder
in the MultiColumn combobox.