Home › Forums › WinForms controls › Xceed Grid for WinForms › May I add a label or button column as sepator? › Reply To: May I add a label or button column as sepator?
Apparently, the Column must be initialized (have a name and type) before you can add it to the grid. To fix this, just change the first line to something like this:<code>Xceed.Grid.Column colSeparator = new Xceed.Grid.Column(“colSeparator”, typeof(string));</code>
Imported from legacy forums. Posted by Tommy (had 4062 views)