Home › Forums › WinForms controls › Xceed Grid for WinForms › Merge column › Reply To: Merge column
If what you want is to have two ColumnManagerRow, this is not possible with our grid. However, If you want to imitate this look, you could had a ValueRow or TextRow, insert it above the ColumnManagerRow in the FixedHeaderRows collection of the GridControl.
Thus the Value/TextRow would contain “Profile” , and the ColumnManagerRow would contain “FirstName” / “LastName”.
Imported from legacy forums. Posted by André (had 247 views)