开发者

How to use getChangedCells method?

I found that getChangedCells method is somehow applicable to th开发者_JAVA技巧e application that I am building right now.

Can someone show me on how to use getChangedCells method?

Thanks

Regards

Jason


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

or

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

Also try looking at the official docs as @ozczecho mentioned


Check this out. Official documentation. Or a similar question.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜