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
The GridViewHeaderConstructor should initialize a new instance of the GridViewHeaderCell class.
Also the IProvideGridViewColumn which has been mentioned seems to be deprecated, where do we declare the GridViewHeaderCell? MainWindow.xaml? AppResources.xaml?
Thanks,
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,