Asmi
Asmi

Reputation: 651

jqgrid having column with splitcell.Every Splitcell will have 2 values.How to make 1st value is editable & 2nd is non-editable?

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

Answers (1)

Oleg
Oleg

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

Related Questions