그리드 특정 아이템에 이미지 경로를 반환하는 API이다.
function btn_on_mouseup() { grd.setitemimage(2, 1, "/xframe_logo.gif"); screen.alert(grd.getitemimage(2, 1)); }