I can get the changed cell/row values using the following.
var ret = $j(“#grid”).getChangedCells('all') // Return Rows
or
var ret = $j(“#grid”).getChangedCells('dirty') / Returns the changed cells.
Many Thanks Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top