How to call getChangedCells method for jQGrid CellEdit
Posted
by Sumanta
on Stack Overflow
See other posts from Stack Overflow
or by Sumanta
Published on 2009-07-18T10:04:41Z
Indexed on
2010/05/27
17:31 UTC
Read the original article
Hit count: 1282
I can get the changed cell/row values using the following:
var ret = $(”#grid”).getChangedCells('all'); // Return Rows
or
var ret = $(”#grid”).getChangedCells('dirty'); // Returns the changed cells.
© Stack Overflow or respective owner