I\'m trying to change the colour of Text in the selected row in a WPF datagrid. By default it changes the text colour white is there a way to change this using styles / trig
If you want to completely remove the Foreground color changes (say, if your DataGrid has different colors for different rows), you can do this:
If you want to give this style a name, like in the previous answer, add x:Key.