Jsgrid: Batch operations

Created on 14 Jul 2016  路  3Comments  路  Source: tabalinas/jsgrid

Is there an option to use operations, insert and update, in batch mode?

Thanks

question

Most helpful comment

For the batch delete checkout the demo _Batch Delete_ http://js-grid.com/demos/
The same principle can be applied for inserted and edited data. Just in the controller updateItem and insertItem methods instead of sending data to the server save data on the client-side. And send all changed data when user is ready to submit (e.g. add an external button for this).

All 3 comments

  • What do you mean by batch insertion? Having several insert rows at once?
  • And for the update, it means being able to edit several rows at once?
  • One more question: do you expect batch editing with UI or though API?

Hello,
By batch update i mean the end user can insert, update and delete several rows and send then send all those operations in the same ajax call.
Something like this: http://demos.devexpress.com/MVCxGridViewDemos/Editing/BatchEditing

For the batch delete checkout the demo _Batch Delete_ http://js-grid.com/demos/
The same principle can be applied for inserted and edited data. Just in the controller updateItem and insertItem methods instead of sending data to the server save data on the client-side. And send all changed data when user is ready to submit (e.g. add an external button for this).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

danielson317 picture danielson317  路  3Comments

samuelrobertson picture samuelrobertson  路  3Comments

GlennSeymon picture GlennSeymon  路  5Comments

Julian-B90 picture Julian-B90  路  4Comments

jufei picture jufei  路  3Comments