SMART datagrid v1.4 > Classes > GridRow
부모행이 존재하면 부모행의 index를 리턴하고, 아니면 -1을 리턴한다.
기본값은 -1.
var parent = grid.focusedRow().parent(); if (parent) { console.log("그룹의 인덱스 : " + grid.focusedRow().parentIndex(); }