asp.net mvc 2 - How to use getChangedCells method? -
i found getchangedcells method somehow applicable application building right now.
can show me on how use getchangedcells method?
thanks
regards
jason
var temp= $("#grid").getchangedcells('all') // return rows
or
var temp= $("#grid").getchangedcells('dirty') / returns changed cells.
also try looking @ official docs @ozczecho mentioned
Comments
Post a Comment