This question is locked. New answers and comments are not allowed.
Hi,
No matter what I have tried to do I coul'd not find a way to change Grid Column Header Font Color. It is always black no matter what, but I need it to be white. Please see attached picture. ( for general styling I am using jetpack theme)
Here is xaml behind
<telerik:RadGridView AutoGenerateColumns="False" ItemsSource="{Binding Tickets}" RowDetailsVisibilityMode="Visible" ReorderColumnsMode="Interactive" Grid.Row="1" SelectedItem="{Binding SelectedTicket}" IsBusy="{Binding IsBusy}" Foreground="White">
Thanks.
No matter what I have tried to do I coul'd not find a way to change Grid Column Header Font Color. It is always black no matter what, but I need it to be white. Please see attached picture. ( for general styling I am using jetpack theme)
Here is xaml behind
<telerik:RadGridView AutoGenerateColumns="False" ItemsSource="{Binding Tickets}" RowDetailsVisibilityMode="Visible" ReorderColumnsMode="Interactive" Grid.Row="1" SelectedItem="{Binding SelectedTicket}" IsBusy="{Binding IsBusy}" Foreground="White">
Thanks.