我有一个剑道网格,带有内联编辑。我单击“编辑”按钮,并更改一些值;单击更新按钮时,我以这种方式处理事件(数据源配置):
transport: {
update: {
type: method_attribute,
url: update_url,
dataType: data_Type,
contentType: mime_charset,
complete: function (e) {
// here I handle the update event ............
}
}
现在,我需要处理相同的事件(点击更新按钮),即使行中没有更改任何值..