그리드 checkrowwithselect속성 값을 동적으로 변경하는 API이다.
function btn_on_mouseup(objInst) { if(grid.getcheckrowwithselect() == false) { grid.setcheckrowwithselect(true); } }