Hi,
In my grid, I have setup the row delete button and subscribed to actionBegin event.
I would like to test if the row could be deleted and cancel if it's not the case.
It's working correctly if my test is synchronous but I need to fecth related data in IndexDB, so my test is asynchronous.
How can I cancel asynchronously?
Regards,
Matt Richard