SMART datagrid v.1 > Classes > DataColumn
The index of DataField which will be connected to this column. If fieldName property has already specified an appropriate data field, this value will be ignored.
Defaults to -1.
var column = grid.focusedIndex().column;
alert(column.fieldIndex());