摘要:
下面介绍Winform中DataGridView的DataGridViewComboBoxColumn的使用方法:DataGridViewComboBoxColumn手动绑定数据源[代码] 阅读全文
posted @ 2010-12-05 17:47
一颗烂笔头儿
阅读(15680)
评论(1)
推荐(1)
摘要:
下面介绍Winform中DataGridView的DataGridViewCheckBoxColumn使用方法:DataGridViewCheckBoxColumn CheckBox是否选中 在判断DataGridView中CheckBox选中列的时候,用DataGridViewRow.Cells[0].FormattedValue.ToString()=="True"语句时存在问题,当我们直接点击CheckBox时,结果显示未选中,但是如果我们在点击其他单元格时,结果显示选中。而用DataGridViewRow.Cells[0].EditedFormattedValue.ToString( 阅读全文
posted @ 2010-12-05 16:40
一颗烂笔头儿
阅读(17007)
评论(1)
推荐(2)
浙公网安备 33010602011771号