G
Guest
I am trying to capture when the user clicks the DEL key on the keyboard for
me to grab the row index on a datagrid. I am running out of ways to do this.I
have tried ...
private void dataGrid1_KeyDown(object sender,
System.Windows.Forms.KeyEventArgs e)
{
MessageBox.Show("I am here");
}
And its not showing me the message box that i was expecting. I have also
tried _KeyUP and _KeyPress to no avail.
Any suggestions?
me to grab the row index on a datagrid. I am running out of ways to do this.I
have tried ...
private void dataGrid1_KeyDown(object sender,
System.Windows.Forms.KeyEventArgs e)
{
MessageBox.Show("I am here");
}
And its not showing me the message box that i was expecting. I have also
tried _KeyUP and _KeyPress to no avail.
Any suggestions?