그리드 특정 컴럼의 특정 Custom속성값을 반환한다.
function btn_on_mouseup() { screen.alert(grd.getcolumncustomprop(1, "custom_prop1")); }