Reputation: 651
Using custom formatter, we can split the cell of a specific column in jqGrid. This cell will have two values. But i need one value is editable and another is non-ediatble.
One example for splitting cell is as follow "jsfiddle.net/fbfcn/5yqRn/2/"
Upvotes: 0
Views: 295
Reputation: 221997
jqGrid custom formatter allows to display custom data in the grid. You can use edittype: "custom"
and stype: "custom"
to implement custom editing of custom searching too. See the old answer and this one for more details.
Upvotes: 0