In a WPF datagrid is it possible to group column headings?
What I\'m after is
| Column 1 | Column 2 | Column 3| | a b c | a b c | a b c | |
You might be better off removing the column headers and adding in your own outside the grid. There is a good post here that shows how to make a "header" that spans multiple columns.