Kendo.Mvc.UI.GridSortMode
Defines the sort modes supported by Kendo UI Grid for ASP.NET MVC
Fields
SingleColumn
The user can sort only by one column at the same time.
MultipleColumn
The user can sort by more than one column at the same time.
Mixed
The user can sort in single mode when clicking and switch to multiple when holding ctrl key.