This question is locked. New answers and comments are not allowed.
Hello all,
I have searched for this, but could not find a simple exapmle of what I am trying to do.
I have a gridview and I need to change the header color of just some of the header cells. Some need to be blue and some red.
Also some of the datacolumn use the header property and some use. Also I do not have expression blend so that is no help to me right now.
Thanks,
KS
I have searched for this, but could not find a simple exapmle of what I am trying to do.
I have a gridview and I need to change the header color of just some of the header cells. Some need to be blue and some red.
Also some of the datacolumn use the header property and some use. Also I do not have expression blend so that is no help to me right now.
<telerikGridView:GridViewDataColumn.Header> <StackPanel Orientation="Vertical"> <TextBlock Text="Cost" HorizontalAlignment="Center" /> <TextBlock Text="Rate" HorizontalAlignment="Center" /> </StackPanel> </telerikGridView:GridViewDataColumn.Header>Thanks,
KS