把dataGridView 控件的行设置成按钮之后,每行都有点击事件,怎么让数据填充完之后,默认显示第一行点击之后的内容
通过这个控件的this.dataGridView1.SelectedRows[0].Cells[1].Value.ToString();