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

Problem with RadGridView Column Header in Q1 2010

1 Answer 64 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Karlkim Suwanmongkol
Top achievements
Rank 1
Karlkim Suwanmongkol asked on 18 Feb 2010, 10:41 PM
Hi Telerik,
   I am checking out the SL Q1 2010, and I notice the issue with RadGridView Column Header.

Using the code below, RadGridView displays blank header.

<UserControl x:Class="TestTelerikSLQ12010.MainPage" 
             xmlns:telerikGridView="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView" 
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"  
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"  
    mc:Ignorable="d" d:DesignWidth="640" d:DesignHeight="480"
  <Grid x:Name="LayoutRoot"
        <telerikGridView:RadGridView> 
            <telerikGridView:RadGridView.Columns> 
                <telerikGridView:GridViewDataColumn> 
                    <telerikGridView:GridViewDataColumn.Header> 
                        <TextBlock Text="Full Name"/> 
                    </telerikGridView:GridViewDataColumn.Header> 
                </telerikGridView:GridViewDataColumn> 
            </telerikGridView:RadGridView.Columns> 
        </telerikGridView:RadGridView> 
    </Grid> 
</UserControl> 

However, this works fine.
        <telerikGridView:RadGridView> 
            <telerikGridView:RadGridView.Columns> 
                <telerikGridView:GridViewDataColumn Header="Full Name">                     
                </telerikGridView:GridViewDataColumn> 
            </telerikGridView:RadGridView.Columns> 
        </telerikGridView:RadGridView> 

Is it a bug?

Thanks,
Karlkim




1 Answer, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 23 Feb 2010, 05:54 PM
Hello Karlkim Suwanmongkol,

Thank you for reporting this issue. We are already working on a fix and the fix will be included in our official release.

Thank you for your feedback. I have updated your Telerik points.

Best wishes,
Milan
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.
Tags
General Discussions
Asked by
Karlkim Suwanmongkol
Top achievements
Rank 1
Answers by
Milan
Telerik team
Share this question
or