SMART datagrid v.1 > Classes > GridBase
It will be fired if run mouse down in RowIndicator cell.
If run mouse down/up in the same cell, onRowIndicatorCellClicked event will be fired.
grid.onRowIndicatorCellClick = function (grid, rowIndex) {
console.log('rowIndicator cell click: ' + index.rowIndex);
};