Hi Trent,Thanks for that. Just to bring this thread up to date here's what I did:
1) Intercepted the delete button press on the (DevExpress) grid.
2) Checked if the BO's AutoShowDeleteConfirmation is False.
3) Is so fired my delete confirmation message and used the grid's SelectedRowsCount for delete record count.
4) If the user says ok to the delete then process as normal otherwise I cancel the button press event.
Cheers, Peter