그리드의 지정한 로우에 체크박스 상태를 토글처리하는 API이다.
function btntogglecheckedrow_on_mouseup() { grd.togglecheckedrow(1); }