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

GridViewHeaderCell

1 Answer 207 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Bob asked on 27 Jul 2011, 09:40 PM
Greetings-
I have been trying for some time now to style the GridViewHeaderCell of the RadGridView. I have been attempting to follow the instructions on:
http://www.telerik.com/help/wpf/telerik.windows.controls.gridview-telerik.windows.controls.gridview.gridviewheadercell.html
Unfortunately, there seems to be an issue with the instructions...

In order to expose the GridViewHeaderCell class you need to declare
public class GridViewHeaderCell : GridViewCellBase, IColumnInfo, IProvideGridViewColumn

The GridViewHeaderConstructor should initialize a new instance of the GridViewHeaderCell class.
 
public GridViewHeaderCell()

Also the IProvideGridViewColumn which has been mentioned seems to be deprecated, where do we declare the GridViewHeaderCell? MainWindow.xaml? AppResources.xaml?

Thanks,


1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 28 Jul 2011, 06:50 AM
Hi Bob,

Please take a look at this article for a reference on how to style the GridViewHeaderCell.
 

Kind regards,
Maya
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
GridView
Asked by
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Answers by
Maya
Telerik team
Share this question
or