SMART datagrid v.1 > Classes > CellIndex

Back  Forward

DataLudi.CellIndex.grid  property

Grid object which contains the cell. 

Getter
function grid(): GridView
Code -1
    var grid = index.grid();
    grid && grid.setFocusedIndex(index);
Note
See Also
column
rowIndex
dataColumn
Examples
Focused Cell