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.
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.