Hi,

I'm trying to display a confirmation message when a user delete a row from a DataTable.

Since RowDeleting event is raised before the selected row is deleted, I may be able to display the confirmation and prevent the action in the RowDeleting event.

Anyway, I couldn't find any way to cancel the action if the user decided not to delete the row during the confimation.

Anyone out there has any solution for this?

Thanks.