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

Why is GridTemplateColumn HeaderText different?

1 Answer 77 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lenny_shp
Top achievements
Rank 2
Lenny_shp asked on 30 Jul 2010, 03:58 PM
2010.2.722.35   Skin="Office2007"

I have a column that is GridTemplateColumn and its headertext font is smaller than the rest of GridBoundColumn.
I do not explicitly set font other than the grid Skin to Office2007.

                <telerik:GridTemplateColumn HeaderText="Online" UniqueName="Online">
                    <ItemTemplate>
                        <asp:CheckBox ID="chkOnline" runat="server" Checked='<%# Eval("Online") %>' />
                    </ItemTemplate>
                </telerik:GridTemplateColumn>  

Update -- Strange, I removed skin, then reapplied skin, and now it's fine.   All are displaying the smaller size.

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 04 Aug 2010, 08:50 AM
Hi Lenny_shp,

We are unable to reproduce this layout glitch. It may be caused by some external CSS you have applied on your page. If the problem persists, consider sending us some sample code we can examine locally, so that we can try to figure out what's going on.

All the best,
Veli
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
Grid
Asked by
Lenny_shp
Top achievements
Rank 2
Answers by
Veli
Telerik team
Share this question
or