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 |
| z x y | z x y | z x y |
I've searched around and can't see an obvious way of doing this. I could use a templated column and then mimick the extra cells within the each template but that wouldn't work well for ordering etc.
I suppose all I'm saying it that I'm looking for is how people have managed to span column headings across multiple coluns.
Any help or ideas would be greatly appreciated.