SMART datagrid v.1 > Classes > CellIndex
返回该位置的网格行对象。
如果column指示有效的列对象,就无需指定参数grid。
$('#expand').click(function () {
var row = grid.focusedIndex().getRow();
if (row instanceof GroupRow) {
row.expand();
}
}