Hi,
I was wondering if it is possible to have custom header in WPF RdaGridView where a header of 3 column would have a header parent similar to the group header idea. This only for personation purposes and doesn’t affect column functionality. Each column is bound to a field in the view-model. Here is illustration of the header we would like to have.
-------------------------------------------------------------------------------------
| | | Group Header | |
| | |-----------------------------------| |
Col1 | Col2 | Col3 | col4 | Col5 | Col6 | Col7 |
| | | | | | |
-------------------------------------------------------------------------------------
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |Any idea?