CDCDCD
4 years ago
Hi,
What is the best way to hide column headers?
For row headers, it's as simple as :
myGrid.RowHeader.Visible = false;
But there doesn't sem to be any equivalent for column headers?
Thanks!
Igor/10Tec
4 years ago
The following must work:

myGrid.Header.Visible = false;