HI,
I am using afterSaveCell
that fires if we modifies the cell then it get fires.
My scenario is that i m doing batch update to the database on save change button. But when user edit the cell and got to the other cell then i log the modification in a array.
But if user edit the cell and click on the Save Change button the cell focus not get lost (Still in edit mode) and afterSaveCell
not get fired.
IS there any way to fire the Save the cell on buttojn click so that afterSaveCell
get fires.
Please, Help.. Thanks..