How to do JqGrid Cell Editable false

697 views Asked by At

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

1

There are 1 answers

5
Oleg On

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.