Wijmo UI for the Web
allowSort Field

A value indicating whether column can be sorted.

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.grid.IC1BandOptions;
var value; // Type: bool
value = instance.allowSort;
Javascript (Specification) 
var allowSort : bool;
Example
$("#element").wijgrid({ columns: [{ allowSort: true }] });
Browser Compatibility
7
5
5

See Also

Reference

IC1BandOptions Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.