Hello,
How can we cancel the batch events from occurring from the client side, when a cancel operation performed. Because somehow always all the batch events going to server side when there is a postback happening.
Thx
Hello greale ,
If you want to cancel the update/delete on the client I recommend you handling
BeforeCellUpdateHandler / BeforeRowUpdateHandler
and BeforeDelereRowHandler and cancel them
If you want to cancel the events on the server you should handle the Batch events and cancel them