트리 그리드의 아이템 텍스트를 가져오는 API이다.
function btn_on_mouseup() { // 셀 (0,0)의 데이터를 가져오기 screen.alert(tgrdTest.getitemtext(0,0)); }