Queuing changes, inserts and deleted in Editor
Queuing changes, inserts and deleted in Editor

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
This discussion has been closed.
Replies
Currently - no, sorry. That is not something that Editor provides. The closest is the technique described in this blog post.
Allan