使用jqGrid getChangedCell方法时出错

时间:2012-11-08 17:58:28

标签: jquery jqgrid struts2

我正在使用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

我是否需要使用其他模块才能使其正常工作?

1 个答案:

答案 0 :(得分:0)

我不确定我明白你做了什么。如果您遇到"No such method"这样的错误,则应按照您使用的确切顺序添加JavaScript文件的完整列表。方法getChangedCellsgrid.celledit.js模块中定义(请参阅here)。您似乎没有加载模块。