Usage of cancelled in server-to-client
Usage of cancelled in server-to-client
yu yen kan
Posts: 65Questions: 31Answers: 0
in Editor
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
This discussion has been closed.
Answers
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