SMART datagrid v.1 > Classes > GridColumn

Back  Forward

DataLudi.GridColumn.grid  property

The object of Grid of including this column. 

If not being included in Grid, it will return null

Getter
function grid(): GridBase
Code -1
    var grid = column.grid();
    grid && grid.setFocusedIndex(grid.getIndex(0, column));
Note
See Also
GridBase
GridBase.setFocusedIndex
CellIndex
Examples
Hello Grid