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