M
manjub
Hi,
I am trying to add ability to delete multiple rows from a DataGridView
in my application. When user selects multiple rows and presses delete
button, I want to show a message asking to user to confirm delete. I am
using UserDeletingRow event.
My problem is that if 5 rows are, 5 different events are triggered. If
I handle UserDeletingRow, I will have to ask for user's confirmation 5
times. Is there any way to avoid this and ask for confirmation only
once.
Thanks in advance for your help,
Manju
I am trying to add ability to delete multiple rows from a DataGridView
in my application. When user selects multiple rows and presses delete
button, I want to show a message asking to user to confirm delete. I am
using UserDeletingRow event.
My problem is that if 5 rows are, 5 different events are triggered. If
I handle UserDeletingRow, I will have to ask for user's confirmation 5
times. Is there any way to avoid this and ask for confirmation only
once.
Thanks in advance for your help,
Manju