그리드 특정 아이템을 편집 대기 상태로 즉 커서가 깜빡이는 상태로 만드는 API이다.
Parameters | Type | Description |
---|---|---|
nRow | long | 로우 인덱스 |
nColumn | short | 컬럼 인덱스 |
bEditStart | bool | 편집대기상태 설정여부(true, false) |
Type | Description |
---|---|
void | 없음 |
function btn_grid_on_mouseup()
{
grd.setitemeditstart(0, 0, true);
}