Table of Contents
getIndex Method 

Returns the current index of the column.

Syntax
JavaScript
 GridColumn.getIndex()
Remarks

When AllowColumnReorder is enabled, the current index of the column can be different than the original index of the column. A column's original index never changes, while index changes when the column is moved.

See Also