我正在使用jqGrid 4.4.4。我在jqGrid中有一个列如下:
{ key: false, name: 'RUN_DT', index: 'RUN_DT', editable: false, formatter: 'date', formatoptions: { newformat: 'm-d-Y' }, formoptions: {}, editrules: { custom: true, custom_func: validDateCheck } },
当我执行内联行编辑并保存时,此列中的值将被删除。如何在编辑行中的其他列时阻止删除此列中的数据?