我正在使用jqGrid 4.3.2,其中包含grid.base.js; jquery.fmatter.js; grid.custom.js; grid.common.js; grid.jqueryui.js模块。
调用方法getChangedCells
时var modified = $("tableau").jqGrid('getChangedCells', 'all');
我有这个错误:
未捕获的jqGrid - 没有这样的方法:getChangedCells
我是否需要使用其他模块才能使其正常工作?
答案 0 :(得分:0)
我不确定我明白你做了什么。如果您遇到"No such method"
这样的错误,则应按照您使用的确切顺序添加JavaScript文件的完整列表。方法getChangedCells在grid.celledit.js
模块中定义(请参阅here)。您似乎没有加载模块。