JQGrid-특정-Row-editabletrue-속성-값에-따라-수정-막아버리기1 [JQGrid] 특정 Row editable:true 속성 값에 따라 수정 막아버리기;;; afterInsertRow: function (rowid, rowdata, rowelem) { var specificValue = $("#tbNewRegList tr").eq(rowid).children("td:eq(8)").text(); if ($.trim(specificValue) != "") //editable 이 설정 된 셀(td) 부분 $("#tbNewRegList tr").eq(rowid).children("td:eq(4)").attr("disabled", "disabled"); } 방법을 찾다찾다 도저히 못 찾아서 편법을 써봤습니다 ;; JQGrid afterInsertRow 발생시 (한 Row 추가 될 때 마다 이벤트 발생 ) editable : true 로 설정된 열에 대해 특정 값에 따.. 2015. 12. 3. 이전 1 다음