SMART datagrid v1.4 > Classes > CellIndex

Back  Forward

DataLudi.CellIndex.rowIndex  variable

셀을 포함하는 인덱스

셀이 포함되는 컬럼은 column으로 설정한다. 

var rowIndex: Integer = -1;
Code -1
    $('#setColor').click(function () {
        var index = grid.focusedIndex();
        if (index.rowIndex >= 0) {
            grid.body().rowStyles().setRow(index.rowIndex, { background: '#ff0000'});
        }
    }
See Also
column
GridRow
GridColumn
Examples
포커스 셀