Wijmo UI for the Web
allowSorting Field
wijmo.grid Namespace > IWijgridOptions Interface : allowSorting Field

Determines whether the widget can be sorted by clicking the column header.

Syntax
var instance; // Type: wijmo.grid.IWijgridOptions;
var value; // Type: boolean
value = instance.allowSorting;
var allowSorting : boolean;
Example
// Sort a column by clicking its header when allowSorting is set to true
$("#element").wijgrid({ allowSorting: false });
See Also

Reference

IWijgridOptions Interface