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

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -