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