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

javascript - Iterate over array and calculate average values of array-parts -

ASP.NET Javascript: window.open won't work twice -

jquery - Opera does not change the height of the page. Why? -