Wijmo UI for the Web
sortCommand Field

Combines args.column.dataKey and args.sortDirection in a shorthand notation to represent a sorting command: "<dataKey> <asc|desc>".

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.grid.ISortingEventArgs;
var value; // Type: string
value = instance.sortCommand;
Javascript (Specification) 
var sortCommand : string;
Browser Compatibility
7
5
5

See Also

Reference

ISortingEventArgs Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.