DaeYon

Results 1 issues of DaeYon

우선 개발에 수고가 많으시며 감사드린다는말 전해드립니다. 코드는 이렇습니다. ================================================================ createGrid = function(gridId) { var myGrid = new ax5.ui.grid(); myGrid.setConfig({ target: $.obj(gridId), columns: [], body: {targetClick : "rowSelector"} }); if( typeof...