Wijmo UI for the Web
allowSorting Field

Default value: false

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

Syntax
Javascript (Usage) 
var value; // Type: bool
value = jQuery.wijmo.wijgrid.options.allowSorting;
Javascript (Specification) 
var allowSorting : bool;
Example
// Sort a column by clicking its header when allowSorting is set to true
$("#element").wijgrid({ allowSorting: false });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.