I'm using jqGrid, and I need to do the things below:
I need to edit the rows (using inline editing), and after that (after I edit, the data have to be stored in local mode just for visualization) and after that I have to be able to edit another row (and the things have to happen the same way). After I edit the rows, I'd like to visualize all the rows and just after that I'd press a button to save my changes in the database.
How can I do that?