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

0 Answers 22 Views
Grid MultiSelect View
Pol
Top achievements
Rank 1
Iron
Pol asked on 13 Mar 2024, 05:53 PM

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)

No answers yet. Maybe you can help?

Tags
Grid MultiSelect View
Asked by
Pol
Top achievements
Rank 1
Iron
Share this question
or