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