Wijmo UI for the Web
sortDirection Field

Determines the sort direction. Possible values are: "none", "ascending" and "descending".

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.grid.IC1BandOptions;
var value; // Type: string
value = instance.sortDirection;
Javascript (Specification) 
var sortDirection : string;
Example
$("#element").wijgrid({ columns: [{ sortDirection: "none" }]});
Remarks
Possible values are: "none": no sorting. "ascending": sort from smallest to largest. "descending": sort from largest to smallest.
Browser Compatibility
7
5
5

See Also

Reference

IC1BandOptions Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.