The way the grid works is that you double click on each row to start editing. Is there a way to do the following :-
- When the grid is opened it is opened in edit mode for all rows (users do not need to doubleclick each row)
- Add a save button to save all edited rows instead of automatic save; this will allow users to rollback changes if needed
thanks
raj
Unfortunately this is not available with default types and methods.
You may try to create a custom ExCell type to achieve this result:
http://docs.dhtmlx.com/doku.php?id=dhtmlxgrid:toc_custom_excell_creation
Also in your situation it have a sense to use a dataprocessor, which has needed to you ability:
docs.dhtmlx.com/doku.php?id=dhtm … ialization
docs.dhtmlx.com/doku.php?id=dhtm … gprinciple
It has setUpdateMode() method wich sets if rows should be send to server automaticaly.
Here is the example: dhtmlx.com/docs/products/dht … _once.html