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

GridViewCell Background

1 Answer 41 Views
GridView
This is a migrated thread and some comments may be shown as answers.
NS
Top achievements
Rank 1
NS asked on 30 Mar 2009, 09:52 AM
Hi,

I've updated my application to 2009 Q1 and setting the color of the cell doesn't work anymore!

  <my:ColorConverter x:Key="ColorConverter"/>  
                        <Style TargetType="{x:Type telerik:GridViewCell}">  
                            <Setter Property="Background">  
                                <Setter.Value> 
                                    <SolidColorBrush Color="{Binding Converter={StaticResource ColorConverter}}"></SolidColorBrush> 
                                </Setter.Value> 
                            </Setter> 
                        </Style> 

The color converter returns a Color.Red.

Any ideas?

Regards

1 Answer, 1 is accepted

Sort by
0
Kalin Milanov
Telerik team
answered on 03 Apr 2009, 08:56 AM
Hi Nicolas,

Following another post we have discovered that there is a bug when it comes to setting Cell colors. Unfortunately this fix won't make it for SP1, but we will make sure this will be fixes for Q2.

I apologize for the inconvenience this might cause you.

Greetings,
Kalin Milanov
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
GridView
Asked by
NS
Top achievements
Rank 1
Answers by
Kalin Milanov
Telerik team
Share this question
or