dataGridView 的复选框默认选中的问题
DataSetdts=salesorderlinehome.getSaleDate(this.StarDate.Text,this.EndDate.Text);if(dt...
DataSet dts = salesorderlinehome.getSaleDate(this.StarDate.Text, this.EndDate.Text);
if (dts.Tables["CalendarMaster"].Rows.Count > 0)
{
this.dataGridView1.DataSource = dts.Tables["CalendarMaster"];
}
for (int i = 0; i < dataGridView1.RowCount; i++)
{
dataGridView1.Rows[i].Cells[0].Value = true;
}
为什么我这样写,不仅没有选中而点击复选框也不能选中了
可以选中了,刚才是我把dataGridView1不能编辑了,现在就是默认的问题了,为什么默认不是选中的状态
哈哈是我自己搞错了,代码没问题的,我画面有2个dataGridView,写错地方了,真是太不仔细了 展开
if (dts.Tables["CalendarMaster"].Rows.Count > 0)
{
this.dataGridView1.DataSource = dts.Tables["CalendarMaster"];
}
for (int i = 0; i < dataGridView1.RowCount; i++)
{
dataGridView1.Rows[i].Cells[0].Value = true;
}
为什么我这样写,不仅没有选中而点击复选框也不能选中了
可以选中了,刚才是我把dataGridView1不能编辑了,现在就是默认的问题了,为什么默认不是选中的状态
哈哈是我自己搞错了,代码没问题的,我画面有2个dataGridView,写错地方了,真是太不仔细了 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询