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

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -