Hi Peter,
I have an editable jqxGrid on my page that users can edit and save to database by clicking on Submit button. I am using source’s updaterow event to save all the modified rows in an array. When I edit a cell and hit submit without leaving the cell, the updaterow event doesn’t fire, and as a result that cell is not getting saved in the database. I have checked ‘cellendedit’ event but it seems to work similarly as ‘updaterow’. Can you suggest me if there is a way to handle this with jqxGrid? I just want to save all the modified data (including the cell that user is currently editing).
Thanks,
Harish