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

Metro-Theme: Text is white on white

3 Answers 81 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Heiko
Top achievements
Rank 1
Iron
Veteran
Heiko asked on 22 Jan 2012, 04:36 PM
Hi!

When I use the Metro-Theme and place a RadGridView inside a RadTabItem the text inside the Grid becomes white on a white background. What is going wrong here? We are using 2011-Q2-SP1 controls.On the screenshot you can see that there IS some data inside the grid but it can't be seen.

Regards
Neils

3 Answers, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 23 Jan 2012, 09:10 AM
Hello Neils,

 

Indeed we are aware of such an issue related to the grid when it is inside RadTabControl and Metro theme is set as an application one. For the time being I may suggest you to manually set the Foreground property of RadGridView, as shown below:


<telerik:RadTabControl>
            <telerik:RadTabItem Header="RadTabItem">
                <Grid Background="Transparent">
                    <telerik:RadGridView Foreground="Black"  ItemsSource="{Binding Collection}"/>
                    </Grid>
            </telerik:RadTabItem>
        </telerik:RadTabControl>



Regards,
Vanya Pavlova
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Iwhp
Top achievements
Rank 1
answered on 09 Mar 2012, 08:39 PM
same issue here ... please escalate the issue!
<Window x:Class="WpfApplication1.MainWindow"
        Height="350" Width="525">
    <telerik:RadTabControl>
        <telerik:RadTabItem Header="Tab 1">
            <TextBlock Text="Text 1" />
        </telerik:RadTabItem>
        <telerik:RadTabItem Header="Tab 2">
            <TextBlock Text="Text 2" />
        </telerik:RadTabItem>
    </telerik:RadTabControl>
</Window>

Thankx, Cheers Harry
0
Tina Stancheva
Telerik team
answered on 14 Mar 2012, 01:42 PM
Hi Harry,

Thank you for getting back to us. This issue is already logged in our PITS where you can track its progress. We will be working on a fix for the Q2 2012 official release.

Please accept our apology for this inconvenience.

Regards,
Tina Stancheva
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
General Discussions
Asked by
Heiko
Top achievements
Rank 1
Iron
Veteran
Answers by
Vanya Pavlova
Telerik team
Iwhp
Top achievements
Rank 1
Tina Stancheva
Telerik team
Share this question
or