【发布时间】:2011-07-21 03:29:50
【问题描述】:
我发现 getChangedCells 方法在某种程度上适用于我现在正在构建的应用程序。
谁能告诉我如何使用 getChangedCells 方法?
谢谢
问候
杰森
【问题讨论】:
标签: asp.net-mvc-2 jqgrid jqgrid-asp.net jqgrid-formatter
我发现 getChangedCells 方法在某种程度上适用于我现在正在构建的应用程序。
谁能告诉我如何使用 getChangedCells 方法?
谢谢
问候
杰森
【问题讨论】:
标签: asp.net-mvc-2 jqgrid jqgrid-asp.net jqgrid-formatter
var temp= $("#grid").getChangedCells('all') // Return Rows
或
var temp= $("#grid").getChangedCells('dirty') / Returns the changed cells.
还可以尝试查看@ozczecho 提到的official docs
【讨论】: