I am trying to create a base style for multiple SfDataGrid Controls in my application.
Therefore i want to create a custom comparer like this https://help.syncfusion.com/wpf/datagrid/sorting - no problem so far.
But I can't add the custom comparer to my base style in a resource dictionary because the setter of the SortComparers property is not available.
Is there a way to add custom comparer to my base style of SfDataGrid in resource dictionary?