Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
410
Cancelling the batch update/delete etc
posted

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

Parents
No Data
Reply
  • 19693
    posted

    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

Children
No Data