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
Parents
No Data
Reply
  • 18204
    Offline posted

    Hello Adam Kopriva,

     

    I have created a support case for you with an ID of CAS-136064-R6M3D8. The matter has been determined to be a development issue and has been logged in our tracking system with ID: 170964.

    I will leave this case open and update you with any new information.  You can view the status of the development issue connected to this case by going to the “Account” tab on our website, selecting "My Support Activity" and then this support case will be listed there.  Then, you may select the "Development Issues" tab to view details of this development issue.

    Please let me know if you have any questions.

Children