4 Answers, 1 is accepted
0
Hi Amy,
Vanya Pavlova
the Telerik team
RadGridView has its own GridViewHeaderRow which is similar to the RadChart's Title. Within its header you may find separate headers for each column. If you want to remove the headers for all columns from the GridViewHeaderRow you should edit its template in Expression Blend. There you will find the PART_DataCellsPresenter which is responsible for displaying GridViewHeaderCells. Just delete this presenter and replace it with a single TextBlock with some custom text.
If you need any further assistance do not hesitate to contact us.
Vanya Pavlova
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Amy
Top achievements
Rank 1
answered on 02 Jun 2011, 02:25 PM
Hi Vanya,
Thank you for your reply. However, I do not have Expression Blend. Could you please provide an example to get me started? I've attached an image to show what I am trying to accomplish.
Amy
Thank you for your reply. However, I do not have Expression Blend. Could you please provide an example to get me started? I've attached an image to show what I am trying to accomplish.
Amy
0
Accepted
Hi Amy,
Vanya Pavlova
the Telerik team
You may achieve the desired result by predefining the template of RadGridView.
Please find attached sample project that demonstrates how this can be achieved.
Vanya Pavlova
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

Amy
Top achievements
Rank 1
answered on 02 Jun 2011, 09:14 PM
Thank you for the example Vanya.
The LinearGradientBrush was what I needed to achieve my goal.
Amy
The LinearGradientBrush was what I needed to achieve my goal.
Amy