In jqGrid how to do particular column value's cell editable true..I have a one row.Row has a four column.In that I want two column's Cell editable true and two columns cell editable false..What should I do?? give me a solution on this problem
In jqGrid how to do particular column value's cell editable true..I have a one row.Row has a four column.In that I want two column's Cell editable true and two columns cell editable false..What should I do?? give me a solution on this problem
If I correctly understand your question then you can use
cellattr
to set"not-editable-cell"
class depend on the value in the column. See the answer for the corresponding code example.