그리드 » Api

setitemeditstart

Description

그리드 특정 아이템을 편집 대기 상태로 즉 커서가 깜빡이는 상태로 만드는 API이다.

Parameters

Parameters Type Description
nRow long 로우 인덱스
nColumn short 컬럼 인덱스
bEditStart bool 편집대기상태 설정여부(true, false)

Return Value

Type Description
void 없음

Example

function btn_grid_on_mouseup() { grd.setitemeditstart(0, 0, true); }

See Also

setitemeditstart

Viewer Ver.

9.1.1.1

Update Date

20231012