#101462
chips
Member

Hi admin,
the updated array is fine.
My Issue is about added array returned by getBatchEditChanges() :
{
added:[{id:undefined,data:”54908271-03c9-a70c-8a21-e32e9d4f62b7″},
{id:undefined,data:”0cc156df-4da0-c7af-4adf-2ca40c21ea74″},
..
],
deleted:[],
updated:[{…},{…},..]
added array have object {id:undefined,data:”54908271-03c9-a70c-8a21-e32e9d4f62b7″} .
I would like to know how to access the content of eg: data:”54908271-03c9-a70c-8a21-e32e9d4f62b7″  since as the added row is not yet saved it cannot be accessed by grid.rows
Best Regards