2011-07-21 60 views
1

我發現getChangedCells方法在某種程度上適用於我現在正在構建的應用程序。如何使用getChangedCells方法?

有人可以告訴我如何使用getChangedCells方法嗎?

感謝

問候

傑森

回答

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

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

也可以嘗試看official docs作爲@ozczecho提到