Does anyone know if there's an event fired when a datarow is deleted
from a windows form datagrid? Or, I could even use a similar event
from a dataview or dataset?
Basically, I've got a Dataview bound to a data grid. I'd like to be
able to popup a msgbox when the user chooses to delete a record, but I
can't figure out if / when an event fires during the process of
deleting a datarow.
I've found a lot of posts on the delete event of a web datagrid, but
nothing on the windows form. Maybe there's a better way to approach
this problem that I'm just not thinking about? I'm open to
suggestions! TIA
Jamie
from a windows form datagrid? Or, I could even use a similar event
from a dataview or dataset?
Basically, I've got a Dataview bound to a data grid. I'd like to be
able to popup a msgbox when the user chooses to delete a record, but I
can't figure out if / when an event fires during the process of
deleting a datarow.
I've found a lot of posts on the delete event of a web datagrid, but
nothing on the windows form. Maybe there's a better way to approach
this problem that I'm just not thinking about? I'm open to
suggestions! TIA
Jamie