I want to create a WPF datagrid that spans over multiple rows in one column. Like this:
+-------+----------------+ | Name | Attributes | +-------+------
I managed to implement a solution that does what you want with three levels of grouping with one small issue, in that that the Group Headers scroll horiztonaly with the data.
And the Grid:
...