Click to See Complete Forum and Search --> : Trapping keys entered in dataGridView


rkbnair
01-03-2006, 11:48 AM
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)
{