This example demonstrates how to show a delete confirmation dialog using PopupControl. In this example, GridView is created with a custom button; the CustomButtonClick event is handled. PopupControl is shown on CustomButtonClick event and if the PopupControl's "Yes" button is clicked, then the DeleteRow method is called.
See also:
ASPxGridView - How to show a confirmation dialog using ASPxPopupControl
See also:
ASPxGridView - How to show a confirmation dialog using ASPxPopupControl