This is a migrated thread and some comments may be shown as answers.

How to change grid column header font color?

0 Answers 114 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Inga Bemman
Top achievements
Rank 1
Inga Bemman asked on 19 Mar 2012, 05:28 PM
 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 answers yet. Maybe you can help?

Tags
GridView
Asked by
Inga Bemman
Top achievements
Rank 1
Share this question
or