DataGridView automatically generates columns

前端 未结 5 2018
没有蜡笔的小新
没有蜡笔的小新 2021-01-17 14:57

On my Windows Form I have a DataGridView component, which is bound to a BindingSource. The BindingSource is an object datasource to an EntityFramework object.

Some t

5条回答
  •  北海茫月
    2021-01-17 15:50

    Try leave first of auto generated columns and set it visibility false. If it don't help try leave all them with Visible=false. Sorry for bad English.

提交回复
热议问题