Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Reg: Saving many records in ListGrid

$
0
0
Hi,

When I am creating many record in ListGrid using startEditNew(), I am getting a timeout exception. and for my listgrid has autoSaveEdits:true. So, It is trying to save the record once it is started creating a new record.

Please let me know is there a way to save all records at a time in a ListGrid.

We have used the method to save all edits in a batch using grid.saveAllEdits() by setting autoSaveEdits: false
But the actual save operation is not being fired.. also we are seeing grid.saveAllEdits() is returning false.. (Note: No validation errors are present in the grid that we are saving)

Could you please help us with some appropriate way to save a batch of records at a time.


We are working on below environment:

Smartclient version : Isomorphic SmartClient/SmartGWT Framework (9.1p_2014-09-04/PowerEdition Deployment 2014-09-04)

Browser : IE9

Thanks in advance

Viewing all articles
Browse latest Browse all 4756

Trending Articles