因为我把某个字段的编辑类型改成了select ,如下:
{name : 'deductibleCode',index : 'deductibleCode',width : 150,align : "center", editable : true,edittype : 'select'}
后来对比其他jqgrid,就把select换成了text,即:
{name : 'deductibleCode',index : 'deductibleCode',width : 150,align : "center", editable : true,edittype : 'select'}
结果运行正常,能成功拿到保存之后的返回值。
本文介绍了在jqGrid中将某个字段的编辑类型从select更改为text的过程,并验证了更改后的配置能够正常运行并成功获取保存后的返回值。
245

被折叠的 条评论
为什么被折叠?



