SMART datagrid v.1 > Classes > CellIndex
如果column是正在显示在网格中的第一个列,就会返回true。
var index = grid.focusedIndex(); if (index.isFirstColumn() && index.rowIndex == 0) { alert('This is First Cell'); }