그리드의 지정한 로우에 체크박스 상태를 설정하는 API이다.
function btnsetcheckedrow_on_mouseup() { grd.setcheckedrow(1, true); // 1행 체크박스를 선택상태로 설정 }