This question is locked. New answers and comments are not allowed.
I need to add a warning RadAlert popup "Are you sure you want to delete" for RadGridView. I am able to turn off the delete so that my C# code handles it, but if they answer "yes" to continue, then I can't figure out how to go ahead and perform the delete. There is no delete method exposed. Is there a way to do this?