How can I sort the multi filter combobox in Kendo Grid mvc

14 Views Asked by At

I am trying to sort alphabetically string values inside the multi filter combobox in Kendo Grid to filter. Now it shows randomly there is no any order in mvc. Here is the code

columns.Bound(c => c.EmpName).Title("Employee Name")
.Filterable(filterable => filterable
.Multi(true)
0

There are 0 best solutions below