제목과 같이 addRow 를 한번 클릭했는데 아래와 같이여러개의 row 가 생성됩니다.
/ 버튼 이벤트 핸들러 /
$('[data-grid-control]').click(function () {
switch (this.getAttribute("data-grid-control")) {
case "row-add":
firstGrid.addRow($.extend({}, {__index: undefined}),"first");
break;
해결방법 부탁드립니다.
제목과 같이 addRow 를 한번 클릭했는데 아래와 같이여러개의 row 가 생성됩니다. / 버튼 이벤트 핸들러 / $('[data-grid-control]').click(function () { switch (this.getAttribute("data-grid-control")) { case "row-add": firstGrid.addRow($.extend({}, {__index: undefined}),"first"); break; 해결방법 부탁드립니다.