How to allow user to edit DataGridView column HeaderText
I would like to allow my users to edit in place the column header text of columns in a DataGridView. Is this possible or do I have to simulate it with something like a separate textbox that I superimpose over the column header?