Version

sortedColumnsInfo Property

Returns a json array, with the column names and the sort directions the WebDataGrid is being sorted by. Could be used only for client-side sorting when EnableClientRendering property is set to true. The column parameter indicates the column WebDataGrid is sorted by, key parameter gives the column name, sortDirection shows the direction of sorting, it could be ascending or descending and singleSorting is a parameter of type bool, it's true value indicates that the last sorting is perform by a single column, the false value means sorting by multiple columns.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_sortedColumnsInfo() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfSorting.get_sortedColumnsInfo();
See Also