Table of Contents
getSortColumn Method 

Gets the column that is the Grid is currently sorted on.

Syntax
JavaScript
 Grid.getSortColumn()

Return Value

Returns the GridColumn object that the Grid is currently sorted on, or null if the Grid is not sorted.

See Also