I have a datagridview which i dynamically populate the rows. After i selected a row and press the "delete" key on my keyboard I want to delete the selected row(s). Is this achievable? I tried the conditon "if (e.KeyChar == (char)Keys.Delete)" within gridview_KeyPress event but the actual pressing of the "delete" key is not caught...... please help
Achievement provides the ultimate pleasure in life
thanks in advance
Achievement provides the ultimate pleasure in life