#109837
Matias Galante
Participant

I also have a similar issue with the updating row data:

// little example but in this case, the row doesn’t get updated.
this.grid.updateRow(index, {
orgName: newname
});

Note: It does update, I figured what was wrong and it was a name property mismatch