I am working on a WPF project using GroupDescriptors written in XAML, and have found that the grouped headers in the grid do not show on the exported PDF output. Although when debugging the export process I can see that the text is being set on the row during the grid.ElementExporting eventhandler.
Is there a current example which shows this working?