Unplanned
Last Updated: 11 Apr 2022 16:50 by ADMIN
Jeff
Created on: 04 Apr 2022 19:30
Category: UI for ASP.NET MVC
Type: Bug Report
0
MVC Grid SortMode.Mixed does not work

If I specify "SortMode.Mixed" for a Grid's "SortMode" (via the .Sortable fluent method), the sort mode in the JavaScript initializer is set to "multiple" instead. This can even be seen on the MVC Demo page here: https://demos.telerik.com/aspnet-mvc/grid/sorting (the "mixed" demo behaves just like "multiple").

In the Kendo MVC source code for 2022.1.301, the GridSortableSettings.Serialize method appears to use the following logic:

if (SortMode != GridSortMode.SingleColumn)
{
    json["mode"] = "multiple";
}

1 comment
ADMIN
Eyup
Posted on: 11 Apr 2022 16:50

Hi Jeff,

 

Thank you for writing to us.

Yes, you are correct. I will log this bug in our system. Thank you for bringing this issue to our attention. I've increased your Telerik Points as a token of gratitude.

Excuse us for the inconvenience this might have caused you.

 

Regards,
Eyup
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.