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

Transparent GridView header

2 Answers 79 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Mitch Newlin
Top achievements
Rank 1
Mitch Newlin asked on 29 Jan 2010, 12:10 AM
Does anyone know of a way to make the background of a gridview header transparent?  I can change the color of the GridViewHeaderRow and GridViewHeaderCell but setting it to transparent only seems to reveal a style "underneath" that cannot be edited. 

2 Answers, 1 is accepted

Sort by
0
Accepted
Kalin Milanov
Telerik team
answered on 01 Feb 2010, 01:33 PM
Hello Mitch Newlin,

Setting both of those to transparent will reveal the background of RadGridView which is a gray-ish color for the default theme. Setting grid's background to transparent should do the trick.

Greetings,
Kalin Milanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Mitch Newlin
Top achievements
Rank 1
answered on 03 Feb 2010, 05:43 AM
yea, that works.  I had this set in my app.xaml.cs file:

StyleManager.ApplicationTheme = new VistaTheme();

I removed the theme and it worked. 

 

Tags
Calendar
Asked by
Mitch Newlin
Top achievements
Rank 1
Answers by
Kalin Milanov
Telerik team
Mitch Newlin
Top achievements
Rank 1
Share this question
or