Open
Description
I am using ui-grid and when i update any one row and scroll down to update any other row , the first row is not getting updated.
When I debugg the code , I am using below method
gridApi.edit.on.afterCellEdit($scope, function(rowEntity, colDef, newValue, oldValue)
so when event land on this , the newVale is somewhat entirely different from what I have updated/edited.
The last value is always getting updated.
Activity
ShivangiTripat commentedon May 17, 2025
Hello ,
Is any one else is facing this issue ? Can I have some help here and resolution