그리드 속성중 checkrowwithselect속성 값을 반환하는 API이다.
function btn_on_mouseup(objInst) { if(grid.getcheckrowwithselect() == false) { grid.setcheckrowwithselect(true); } }