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

Grid Header not appearing

1 Answer 39 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Victor Manuel Gonzalez Tellez
Top achievements
Rank 1
Victor Manuel Gonzalez Tellez asked on 10 May 2010, 05:59 PM
Hi, good day, we just upgraded the telerik controls version to Q1 2010 (2010.1 309). The header's title in some of our grid views dissapeared, that happened in the grids where we have the Wrapping for that header. For that we're using:

<telerikGridView:GridViewDataColumn Width="100" TextWrapping="Wrap" Header="Designation Code"  DataMemberBinding="{Binding DESIG_CODE, Mode=TwoWay}"
                                <telerikGridView:GridViewDataColumn.Header> 
                                    <telerikGrid:AlignmentContentPresenter TextWrapping="Wrap" Content="Designation Code" /> 
                                </telerikGridView:GridViewDataColumn.Header> 
</telerikGridView:GridViewDataColumn> 

In the other grids, where the content of the header is showed correctly, we use:

   <telerikGridView:RadGridView.Columns> 
                            <telerikGridView:GridViewDataColumn Header="Employee Code" DataMemberBinding="{Binding EmployeeIdValidator}" Width=".33*"/> 
                            <telerikGridView:GridViewDataColumn Header="First Name" DataMemberBinding="{Binding FirstNameValidator}" Width=".33*"/> 
                            <telerikGridView:GridViewDataColumn Header="Last Name" DataMemberBinding="{Binding LastNameValidator}" Width=".33*"/> 
                            <telerikGridView:GridViewDataColumn Header="Business Unit" DataMemberBinding="{Binding BUCODE}" Width=".33*"/> 
                            <telerikGridView:GridViewDataColumn Header="Designation" DataMemberBinding="{Binding DesignationValidator.CompleteNameValidator}" Width=".33*"/> 
                            <telerikGridView:GridViewDataColumn Header="Department" DataMemberBinding="{Binding DepartmentValidator.DepartmentCodeValidator}" Width=".33*"/> 
                        </telerikGridView:RadGridView.Columns> 

We would like to know how we can solve this issue, to display correctly the header titles and preserving the header wrapping. Thank you and have a good day.

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 13 May 2010, 12:40 PM
Hi Victor Manuel Gonzalez Tellez,

I am trying to reproduce the problem here using your XAML , but with no success so  far.
Please take a look at the attached project and let me know if there are any differences between my setup and yours.  The attached project seems to work ok.

Regards,
Pavel Pavlov
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
GridView
Asked by
Victor Manuel Gonzalez Tellez
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or