Nexacro-Grid/Grid
Grid에서 row선택하기
농부지기
2017. 1. 18. 14:00
** Grid에서 row선택하기 **
ds_xrfClsCycle.SelectRow(ds_xrfClsCycle.rowposition, false); //기존 선택한 row 미선택으로 처리
ds_xrfClsCycle.row = row; //row선택
ds_xrfClsCycle.SelectRow(row, true); .//선택한 row에 대해서 selectRow처리 하기