Hi,
I have the requirement where I need to get the confirmation from the user when they click on the delete button in the listview before proceeding to destroy action. I am trying to subscribe to the click event on the delete button to cancel the destroy action. But I am unable to do so as Kendo has already bound the delete button click to destroy action.
Please suggest/guide on how I can get a confirm box displayed before proceeding to destroy action.
Thanks,
Ashwini