I have a datagridview. I want to select a row by click a cell on the datagridview. But it is not firing.
private void dataGridView1_CellClick(object sender,
DataGridViewCellEventArgs e)
{
// blah blah
}Thanks.
I have a datagridview. I want to select a row by click a cell on the datagridview. But it is not firing.
private void dataGridView1_CellClick(object sender,
DataGridViewCellEventArgs e)
{
// blah blah
}