DataGridViewComboBoxColumn不能排序,而且在其它列排序后内容会清空
Winform
在DataGridView中使用DataGridViewComboBoxColumn列,绑定数据后,发现该列不能通过单击列标题的方式排序,而且在点击其它列自动排序后该列的内容会被清空。
------解决方案--------------------1、若希望该列可以排序,请将该列的SortMode设为Automatic
2、该列的DataProperty属性没设
------解决方案--------------------同意cpw999cn