Hi
please help me regarding the case below.
i am using win form,
VB NET.
i have 1 datagrid, with AllowDeleteRows property set to true.
if i selected row(s), then i press Del on keyboard,
it directly deletes the rows.
and i want prompt me the messagebox first and let user choose whether want to delete it or not.
is it related to keypress event?
thanks.