var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: boolean value = instance.allowSorting;
var allowSorting : boolean;
Determines whether the widget can be sorted by clicking the column header.
var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: boolean value = instance.allowSorting;
var allowSorting : boolean;
// Sort a column by clicking its header when allowSorting is set to true $("#element").wijgrid({ allowSorting: false });