Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
igGrid - update row programmatically causes lost transactions
posted

Hi,

I have problem when I have to update row by program by:

$(grid).igGridUpdating("updateRow", rowId, obj);

When I update same row second time, I am losing pending transactions for this row. On grid auto commit is set to false and aggregate transaction is set to true.

I am attaching example where I am able to reproduce this issue. I found this example in other thread and I updated it slightly to demonstrate my problem:

1) Enter into Tax field some value => all 3 rows are updated, there are 3 pending transactions

2) Change value in Tax field to different value => all 3 rows are updated, there are 0 pending transactions

The question is why there are no pending transactions when rows are updated for second time? (When I try to commit and save changes in grid, I'll get nothing on server side because of this and I was able to debug it to this point).

Could you please check attached example?

igGridUpdating_aggregated_trans.zip