SMART datagrid v.1 > Classes > GridBase
如果在RowIndicator单元格中,运行鼠标下方向键,就会触发这个事件。
如果在相同的单元格中,运行鼠标上/下方向键,就会触发onRowIndicatorCellClicked事件。
grid.onRowIndicatorCellClick = function (grid, rowIndex) {
console.log('rowIndicator cell click: ' + index.rowIndex);
};