sezerug / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

ListGrid.saveEdits #639

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Setting ListGrid.autoSaveEdits false creates a "mass update" / "mass delete" 
interaction where edits will be retained for all edited cells (across rows if 
appropriate) until ListGrid.saveEdits is called to save a particular row, or 
ListGrid.saveAllEdits is called to save all changes in a batch.

But ListGrid.saveEdits() is missing.

Original issue reported on code.google.com by antonucc...@gmail.com on 17 Nov 2011 at 4:42