Table of Contents
getSortOrder Method 

Gets the current Grid sort order.

Syntax
JavaScript
 Grid.getSortOrder()
Remarks

This function can return the following values:

Value Remarks
0 The grid is not sorted.
1 The grid is sorted ascendingly.
1 The grid is sorted descendingly.

See Also