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
335
force update igGrid editMode cell without tab next cell
posted

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");

Parents
  • 37874
    posted

    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.

Reply Children
No Data