Keypressevent inDatagridviewusingcsharpwindow applic ation
how to use Key press in Data Grid View.how to do.
i write the below code it is correct.
private void datagridView_KeyPress(object sender, DataGridViewKeyPressEventArgs e)
{
}
the above code is correct.
if it is correct ok.if not please send the code for the datagridview keypress.