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
1490
saveChanges callback called for every row in the grid that has been inserted/deleted/updated?
posted

I'm using the "saveChanges" method on igGrid with a success callback specified and I see the success callback being executed for every row in the grid that I updated/deleted/inserted. Is this expected and is there a way to make it only be called once each time the user "saves changes"? 

$(this).igGrid("saveChanges", rebindGrids);