트리 그리드의 현재 전체 행수를 가져오는 API이다.
function btn_on_mouseup() { // 트리그리드 전체 행수를 확인 screen.alert("row count : "+ tgrdTest.getrowcount()); }