Usage of cancelled in server-to-client

Usage of cancelled in server-to-client

yu yen kanyu yen kan Posts: 65Questions: 31Answers: 0

I saw manual there is cancelled params in server-to-client response, but I cant find sample data that I should return to the editor

Answers

  • allanallan Posts: 61,431Questions: 1Answers: 10,048 Site admin

    It should contain the row ids for any rows where the action was cancelled. This was introduced for the pre* server-side events in our libraries (e.g. preEdit) as they are cancellable. That property is used to return the ids for the rows that no action was taken on.

    Allan

This discussion has been closed.