Home › Forums › WinForms controls › Xceed Grid for WinForms › Cannot hide DetailGrid columns. › Reply To: Cannot hide DetailGrid columns.
I had the same problem and solved it by doing it the following way. Not sure if there is a better way as I have just started evaluating the grid for our company.
this.DetailGridTemplates.Item(0).Columns(“Col1”).Visible = False
Imported from legacy forums. Posted by DGamblin (had 331 views)