So I'm using the built in skins from SfSkinManager for "Office365, and Blend" to give my users a light and dark option. I had hoped that these would be an easy solution to UI design.
However, it appears that when selecting rows in an SfDataGrid, the text color is the same as the selection brush.
Is there any way to fix this? Also, as I give my users the ability to switch between themes, I need this option to be in code behind, not xaml. Why can't I find this in the documentation?
I took a look, and I can't seem to find a way in codebehind to change the GridHyperLinkColumn text color, which would be the preferred fix for this.