SMART datagrid v.1 > Classes > DataColumn
DataField name which will be connected to this column. If do not specify this value or it is a wrong name, it will look for data field through fieldIndex property value.
Defaults to null.
var col = grid.focusedIndex().column;
consol.log(col.fieldName());