Is there a method to call to force igGrid to update transaction without tabbing to next cell when editMode is cell? I am doing a batch update. User would click on the checkbox column and click save button. When they check the last checkbox, it did not update the pendingTransaction. I tried all the method below and none of them are working
$(".selector").igGrid("saveChanges");
$(".selector").igGrid("commit");
$("#grid").igGridUpdating("endEdit");
Hello,
I'm just checking if you managed to solve your issue.
Hi drchip,
Calling the saveChanges method should commit the changes. Can you attach a small sample demonstrating the behavior you are experiencing, in order to be able to provide more insight? Thank you.