Thanks in advance for your fast reply.
However, I dont realize what I’m doing wrong, because The localdata reference that I have is not being updated when I edit on the grid.
Based on your sample I made this http://jsfiddle.net/
Please, notice that I’ve added a
globalRef = data;
and
console.log(globalRef[rowid]);
into source.updaterow.
If you edit any cell the console.log will shows the original row value. In addition, if I inspect by console the globalRef content it wasn’t being updated.
What I’m doing wrong?