【发布时间】:2012-01-21 06:38:28
【问题描述】:
我正在使用内置的“操作”格式化程序来编辑内联(行编辑)和删除。
问题是我想通过 ajax 进行验证(因此,可以保存返回 true 字段)但我无法在保存状态中添加任何“保存前”回调。
Image with an example of the view.
我用来定义 Actions col 的 colModel:
{name: 'Actions', formatter: 'actions',
editable: false,
search: false,
width: '50',
sortable: false,
resizable: false,
formatoptions:{
keys:true
}
}
【问题讨论】:
标签: jquery jqgrid jqgrid-formatter