Example of Sorting in ASP.NET MVC MultiColumn ComboBox Control
This example demonstrates the sorting support in 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. Sorting can be enabled using the AllowSorting
property and the sort order can be customized using the SortOrder
property in the MultiColumn ComboBox.