Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
getChangedCellsメソッドは、現在構築しているアプリケーションに何らかの形で適用できることがわかりました。
getChangedCellsメソッドの使用方法を教えてもらえますか?
ありがとう
よろしく
ジェイソン
var temp= $("#grid").getChangedCells('all') // Return Rows
また
var temp= $("#grid").getChangedCells('dirty') / Returns the changed cells.
@ozczechoが述べたように公式ドキュメントも見てみてください
これをチェックしてください。公式ドキュメント。または同様の質問。