그리드 컬럼에 설정된 max_value값을 반환하는 API이다.
function btntest_on_mouseup() { screen.alert(grid.getcolumnmaxvalue(2)); // column index 2의 지정된 max_value값 }