SMART datagrid v1.4 > Classes > CellIndex

Back  Forward

DataLudi.CellIndex.column  variable

이 위치의 셀에 해당하는 GridColumn 객체. 

셀을 포함하는 인덱스rowIndex로 설정한다. 

var column: GridColumn = null;
Code -1
    $('#setColor').click(function () {
        var index = grid.focusedIndex();
        if (index.column) {
            index.column.setStyles({
                color: "#f00"
            });
        }
    }
See Also
rowIndex
GridColumn
GridBase.focusedIndex
GridBase.isValidCell
Examples
포커스 셀