Queuing changes, inserts and deleted in Editor

Queuing changes, inserts and deleted in Editor

Roberto Sanz PerezRoberto Sanz Perez Posts: 3Questions: 1Answers: 0

Hi, we want to know is there is possible to queue de edited, inserted and deleted rows and send them to the server (java) on one call. Something like this:
ajaxEditor
.edit(changedRows, false)
.create(createdRows, false)
.remove(removedRows, false)
.submit();
thanks

Replies

This discussion has been closed.