트리 그리드 체크박스열의 특정 로우 체크 선택 상태를 가져오는 API이다.
function btn_on_mouseup() { screen.alert("체크박스 선택 여부 : " + tgrdTest.ischeckedrow(1)); }