1

I found that getChangedCells method is somehow applicable to the application that I am building right now.

Can someone show me on how to use getChangedCells method?

Thanks

Regards

Jason

4

2 回答 2

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

或者

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

还可以尝试查看@ozczecho 提到的官方文档

于 2011-07-21T09:08:39.253 回答
0

看看这个。官方文档。或者类似的问题

于 2011-07-21T04:17:05.150 回答