SMART datagrid v.1 > Classes > TreeDataRow
親行内でこのデータ行の位置。
0から親行の子行の数 - 1の間の値である。
$('#resetIcon').click(function () {
var row = tree.focusedRow();
if (row) {
var dataRow = row.dataRow();
dataRow.setIconIndex(dataRow.index());
}
});