DataGridView无法触发cellclick事件,selectmode属性已经设置成FullRowSelect,还需要设置什么?

2024-12-22 23:07:47
推荐回答(2个)
回答1:

string id = dataGridView1[e.RowIndex, e.ColumnIndex].Value.ToString(); //获取当前行点击的单元格的值

回答2:

不太明白