I have a datagrid which which display a list of records. In it I have a delete column which will quite happily allow the user to delete a selected row.
My problem is that I want to prompt the user before the deletion takes place. you know, the standard "Are you sure you want to delete?" message.
Can anyone tell me how to do this?
My problem is that I want to prompt the user before the deletion takes place. you know, the standard "Are you sure you want to delete?" message.
Can anyone tell me how to do this?