码迷,mamicode.com
首页 > Windows程序 > 详细

WinForm Column cannot be added because its CellType property is null.

时间:2019-04-30 20:21:05      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:cell   rms   col   rop   一个   控件   []   source   天才   

 

在Winform  DatatGridView 控件中绑定了一个模型的属性,结果在生成窗口时,发生错误,异常信息如下 :

Column cannot be added because its CellType property is null.

at System.Windows.Forms.DataGridView.OnAddingColumn(DataGridViewColumn dataGridViewColumn)
at System.Windows.Forms.DataGridViewColumnCollection.Add(DataGridViewColumn dataGridViewColumn)
at System.Windows.Forms.DataGridView.CorrectColumnFrozenStates(DataGridViewColumn[] dataGridViewColumns)
at System.Windows.Forms.DataGridView.OnAddingColumns(DataGridViewColumn[] dataGridViewColumns)
at System.Windows.Forms.DataGridViewColumnCollection.AddRange(DataGridViewColumn[] dataGridViewColumns)

找了好半天才找出问题的原因,绑定的属性在数据库表中不存在的列名

解决方案如下 :

1. 绑定的字段一定要与数据库表中的列的字段名相同 

2. 如果是模型,这个模型的属性字段在数据库中没有,那就不用把属性写在datagridView 的列中,在设置datasource 后,直接设置列的可见 性

 

WinForm Column cannot be added because its CellType property is null.

标签:cell   rms   col   rop   一个   控件   []   source   天才   

原文地址:https://www.cnblogs.com/wisdo/p/10738095.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!