Is there any way to edit column names in a DataGridView?
You can also change the column name by using:
myDataGrid.Columns[0].HeaderText = "My Header"
but the myDataGrid will need to have been bound to a DataSource.
myDataGrid
DataSource
1.4m articles
1.4m replys
5 comments
57.0k users