JQGrid子网格卡在编辑模式下

时间:2018-08-06 14:46:28

标签: jquery jqgrid

我只有subgrid有这个问题。当我单击“铅笔”图标时,我进行了一些更改。例如,将复选框设置为true,然后单击“取消”图标,该行将保持在编辑模式。

{ name: 'IsConnected', index: 'IsConnected', label: connected, width: 8, 
formatter: "checkbox", search: false, align: "center", editable: true, 
edittype: "checkbox", editoptions: { value: "True:False" } }, { name: 
'actions', index: 'actions', label: "test", formatter: 'actions', width: 50, 
fixed: true, align: 'center', sortable: false, search: false, formatoptions: 
{ editbutton: true, keys: false, delbutton: false, onSuccess: function (jqXHR) { return [true]; } } }

我已经在主网格上对此进行了测试,并且一切正常。

我正在使用free-JQGrid版本4.13.5

0 个答案:

没有答案