트리 그리드 특정 아이템의 input_type이 combobox일 때 픽리스트를 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
nRow | long | 로우 인덱스 |
nCol | long | 컬럼 인덱스 |
strPickListURL | STRING | picklist 경로 |
Type | Description |
---|---|
void | 없음 |
function btn_on_mouseup()
{
tgrdTest.setitempicklist(0, 0, "/01000");
}