So I'm trying to implement a sfDataGrid (alongside other sf-controls) in my application and I would like to edit the header style.
So far so good, it's easily described in https://help.syncfusion.com/wpf/sfdatagrid/styles-and-templates
However, I don't see most of the menu points there - in fact I'm only getting three points:
Focus Visual, Header Template and FilterPopupTemplate.
Even these available points only allow me to create an empty style, not editing a copy.
Some ideas why this is happening?
To note: That seemingly happens with all sf controls for me, for example the ButtonAdv only shows me ContentPresenter and FocusVisual Style, only allowing adding an empty version again.
The default DataGrid then shows me far more, as I would expect it.