SMART datagrid v1.4 > Classes > GridBase

Back  Forward

DataLudi.GridBase.onRowIndicatorCellDblClicked  event

RowIndicator를 더블 클릭했을 때 발생한다. 

function onRowIndicatorCellDblClicked (grid: GridBase, rowIndex: Integer);
Returns
Void
Parameters
grid - GridBase.
rowIndex - Integer.
Code -1
    grid.onRowIndicatorCellDblClicked = function (grid, rowIndex) {
        console.log('onRowIndicatorCellDblClicked: ' + rowIndex);
    };
See also
onRowIndicatorCellClicked
RowIndicator
Examples
Row Indicator