getRowGroupOptions
Description
deprecated 대상.
getRowGroup을 대신 사용해야 한다.
그리드 RowGroup과 관련된 설정 정보들을 가져온다. RowGroupOptions이 설정 모델이다.
Syntax
function getRowGroupOptions()
Parameters
None
Return value
Type: object
RowGroupOptions 설정 모델과 동일한 내용의 객체가 반환된다.
Examples
var options = grid.getRowGroupOptions();