Hello
I need to customize the colors of SfDataGrid. I know that if you use the code snippet below it follows a predefined Syncfusion pattern. Is there in the documentation any examples of how to do this, and what are the keys that should change the color values?
<syncfusion:SfDataGrid.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionarySource=
"/Syncfusion.SfGrid.WPF;component/Styles/Styles.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</syncfusion:SfDataGrid.Resources>