Table of Contents
getOriginalIndex Method 

Returns the original index of the column.

Syntax
JavaScript
 GridColumn.getOriginalIndex()
Remarks

Unlike a column's index, which changes when the column is moved, a column's original index does not change.

See Also