Trapping keys entered in dataGridView
How can I trap the keys entered inside the dataGridView control. I found that the following event is not fired at all
private void dataGridView1_KeyDown(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)
{
[274 byte] By [
rkbnair] at [2007-11-11 7:38:35]
