jqgrid cell edit and after event 페이징 처리 때문에 화면에 줄이 아니라 전체에서 확인 필요 rowid 사용 하면 안된다
afterEditCell : function ( rowid , cellname , value , iRow , iCol ){ console . log ( rowid + "///" + iRow + "//////" + iCol ); $ ( "#" + iRow + "_" + cellname ). blur ( function (){ console . log ( "-------------1" ); $ ( "#grid" ). jqGrid ( "saveCell" , iRow , iCol ); console . log ( "-------------2" ); }); // 페이징 때문에 },