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