Datagridview checkbox checked when clicking the cell
问题 I handle my checkbox click event with the CurrentCellDirtyStateChanged . What I want to be able to do is handle the same event when I click the cell that contains the checkbox too, i.e. when I click the cell, check the checkbox and call the DirtyStateChanged. Using the following code does not help much, it does not even call the CurrentCellDirtyStateChanged . I've run out of ideas. private void dataGridView_CellClick(object sender, DataGridViewCellEventArgs e) { if(dataGridView.Columns[e