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.
精彩评论