Hi, i have this idea of using the Del key (or any other key/key combo) to enable the user to delete the record for the currently selected cell.
I got this idea when i tried pressing different keys while the Datagridview was selected. The individual rows disappear after i press the Del key.
How can i detect if the user pressed the Del key, and warn user if he/she really want to physically delete said record?
Is there Datagridview property that handles this? Can somebody please give me an example code on how to do this.
Thanks in advance.
I got this idea when i tried pressing different keys while the Datagridview was selected. The individual rows disappear after i press the Del key.
How can i detect if the user pressed the Del key, and warn user if he/she really want to physically delete said record?
Is there Datagridview property that handles this? Can somebody please give me an example code on how to do this.
Thanks in advance.