SMART datagrid v.1 > Classes > CellIndex
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
- It will return a correct value only if column is a normal GridColumn object which is contained in grid.
- See Also
- column
- rowIndex
- dataColumn
- Examples
- Focused Cell