SMART datagrid v1.4 > Classes > TreeDataRow
부모행 내에서 이 데이터행의 위치.
0에서 부모행의 자식행 수 - 1 사이의 값이다.
$('#resetIcon').click(function () {
var row = tree.focusedRow();
if (row) {
var dataRow = row.dataRow();
dataRow.setIconIndex(dataRow.index());
}
});