Asp.net mvc 2 如何使用getChangedCells方法?

Asp.net mvc 2 如何使用getChangedCells方法?,asp.net-mvc-2,jqgrid,jqgrid-asp.net,jqgrid-formatter,Asp.net Mvc 2,Jqgrid,Jqgrid Asp.net,Jqgrid Formatter,我发现getChangedCells方法在某种程度上适用于我正在构建的应用程序 有人能告诉我如何使用getChangedCells方法吗 谢谢 问候 Jason检查一下这个。正式文件。或者类似的 或 还可以尝试查看@ozczecho提到的 var temp= $("#grid").getChangedCells('all') // Return Rows var temp= $("#grid").getChangedCells('dirty') / Returns the changed ce

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

有人能告诉我如何使用getChangedCells方法吗

谢谢

问候

Jason检查一下这个。正式文件。或者类似的

还可以尝试查看@ozczecho提到的

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