그리드의 현재 전체 행수를 반환하는 API이다.
function btngetrowcount_on_mouseup() { screen.alert(grdList.getrowcount()); // 그리드 행수를 확인 }