JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › with batch:true how can access to data.fields in news rows › Reply To: with batch:true how can access to data.fields in news rows
February 8, 2021 at 7:18 pm
#101455
chips
Member
Sorry , the above message. 🙁
Hi,
with the property batch:true
how can access to data.fields in news rows?
the function getBatchEditChanges() return this:
{
added:[{id:undefined,data:”54908271-03c9-a70c-8a21-e32e9d4f62b7″},
{id:undefined,data:”0cc156df-4da0-c7af-4adf-2ca40c21ea74″},
..
],
deleted:[],
updated:[{…},{…},..]
}
how can you read the values of the fields in data object?