Hi,
I've noticed that when I press the delete key my current row is deleted in my datagrid.
What is the event for this and how can I carry another operation under this event when the delete key is pressed.
I could do the operation under this event right
How do I check whether the Delete key was pressedCode:private void DataGridView_KeyPress(object sender, KeyPressEventArgs e) {





Reply With Quote