如何使用getChangedCells方法?

时间:2011-07-21 03:29:51

标签: asp.net-mvc-2 jqgrid jqgrid-asp.net jqgrid-formatter

我发现getChangedCells方法在某种程度上适用于我现在正在构建的应用程序。

有人可以告诉我如何使用getChangedCells方法吗?

由于

此致

杰森

2 个答案:

答案 0 :(得分:2)

var temp= $("#grid").getChangedCells('all') // Return Rows

var temp= $("#grid").getChangedCells('dirty') / Returns the changed cells.

还可以尝试查看official docs作为@ozczecho提到的

答案 1 :(得分:0)

检查out。官方文件。或类似的question