SMART datagrid v.1 > Classes > CellIndex
この位置のグリッド行客体をリターンする。
columnが妥当なカラム客体を指示していたら、パラメーターgridは指定しなくてもいい。
$('#expand').click(function () {
var row = grid.focusedIndex().getRow();
if (row instanceof GroupRow) {
row.expand();
}
}