SMART datagrid v.1 > Classes > GridColumn

Back  Forward

DataLudi.GridColumn.grid  property

包含这个列的网格对象。 

如果没有被包含在网格,就会返回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