I add a GridTemplateColumn to my grid and set the text of the header but the style of that text is different than the other columns.
Anyone else run into this problem? Ia m not doing anything fancy and I am not styling the other columns, just assigning a skin.
Anyone else run into this problem? Ia m not doing anything fancy and I am not styling the other columns, just assigning a skin.
<telerik:GridTemplateColumn UniqueName="chkDelete" HeaderText="Delete" HeaderTooltip="Delete"> <ItemTemplate> <asp:CheckBox ID="chkItemDelete" runat="server" /> </ItemTemplate> <HeaderStyle HorizontalAlign="Center" Width="50px" /> <ItemStyle /></telerik:GridTemplateColumn><telerik:GridBoundColumn DataField="From_Name" HeaderText="Origin" UniqueName="From_Name" HeaderTooltip="Sort By Origin"> <ItemStyle HorizontalAlign="Left" /> <HeaderStyle HorizontalAlign="Left" Width="150px" /></telerik:GridBoundColumn>