Jqgrid 动态设置cell disabled
$($(grid2.jqGrid("getGridRowById", i + 1))[0].children).each(function (childI, childO) {
if (childI == 4) {
// childO.disabled = true;
$(childO).addClass("not-editable-cell");
}
});

浙公网安备 33010602011771号