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
2.1m questions
2.1m answers
60 comments
57.0k users