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

GridViewColumn ignores background

2 Answers 77 Views
GridView
This is a migrated thread and some comments may be shown as answers.
ManniAT
Top achievements
Rank 2
ManniAT asked on 28 Jun 2009, 05:20 PM
Hi,

my problem is that when I define a GridViewColumn the value of Background is ignored!
BUT (and I use this as workaround) with GridViewDataColumn it works.
<telerik:RadGridView.Columns> 
                    <telerik:GridViewColumn Width="115"  Background="Silver">  
                        <telerik:GridViewColumn.CellTemplate> 
                            <DataTemplate> 
                                <TextBlock Text="Test" /> 
                            </DataTemplate> 
                        </telerik:GridViewColumn.CellTemplate> 
                    </telerik:GridViewColumn> 
                    <telerik:GridViewDataColumn Width="115" Background="Silver">  
                        <telerik:GridViewDataColumn.CellTemplate> 
                            <DataTemplate> 
                                <TextBlock Text="Test" /> 
                            </DataTemplate> 
                        </telerik:GridViewDataColumn.CellTemplate> 
                    </telerik:GridViewDataColumn> 
The first column in this snippet is not colored - the second is!

I just want to notice this problem - it is not stopping me or such bad things.

Regards

Manfred

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 29 Jun 2009, 11:11 AM
Hello Manfred,

Fixed immediately and the fix will be part of our Q2 2009 release (later this week)!

I've added 1000 Telerik points to your account.

Kind regards,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
ManniAT
Top achievements
Rank 2
answered on 29 Jun 2009, 11:25 AM
Hi Vlad,

great to hear this.
I'm not sure what makes me happier:
a.) The fact that you (as usual :)) fix the things very fast
OR
b.) That Q2 is almost here

Thanks a lot

Manfred
Tags
GridView
Asked by
ManniAT
Top achievements
Rank 2
Answers by
Vlad
Telerik team
ManniAT
Top achievements
Rank 2
Share this question
or