具有 splitcell.Every Splitcell 列的 jqgrid 将具有 2 values.How 以使第一个值可编辑,第二个值不可编辑?
jqgrid having column with splitcell.Every Splitcell will have 2 values.How to make 1st value is editable & 2nd is non-editable?
使用自定义格式化程序,我们可以在 jqGrid 中拆分特定列的单元格。
这个单元格将有两个值。但我需要一个值是可编辑的,另一个是不可编辑的。
拆分单元格的例子如下"jsfiddle.net/fbfcn/5yqRn/2/"
jqGrid 自定义格式化程序允许在网格中显示自定义数据。您也可以使用 edittype: "custom"
和 stype: "custom"
来实现自定义搜索的自定义编辑。有关详细信息,请参阅 the old answer and this one。
使用自定义格式化程序,我们可以在 jqGrid 中拆分特定列的单元格。 这个单元格将有两个值。但我需要一个值是可编辑的,另一个是不可编辑的。
拆分单元格的例子如下"jsfiddle.net/fbfcn/5yqRn/2/"
jqGrid 自定义格式化程序允许在网格中显示自定义数据。您也可以使用 edittype: "custom"
和 stype: "custom"
来实现自定义搜索的自定义编辑。有关详细信息,请参阅 the old answer and this one。