首先设置不可编辑,如下代码: $(', 'not-editable-cell'); 在单元格上设置一个'not-editable-cell'就可以了,如果需要设置为可编辑,那么可以使用下面的代码: function removeCellClass(rowid,grid,clumnName,className) { var iCol = getColumnIndexByName(grid, clumnName), tr = grid[].rows.namedItem(rowid), // grid