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

相关文章:

  • 2022-12-23
  • 2021-12-16
  • 2022-02-11
  • 2021-09-17
  • 2021-07-15
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
猜你喜欢
  • 2022-01-12
  • 2019-08-30
  • 2021-06-11
  • 2022-01-31
  • 2021-05-24
  • 2022-02-01
  • 2021-10-21
相关资源
相似解决方案