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

[Solved] Static headers and firefox

7 Answers 194 Views
Grid
This is a migrated thread and some comments may be shown as answers.
joni
Top achievements
Rank 1
joni asked on 09 May 2008, 09:09 PM
Hi,
I noticed that in Firefox the headers did not align with the table cells in the radgrid. I have paging, static headers and grouping turned on. What I found out was if I set UseStaticHeaders to false the alignment is okay.
Is there anything I can do have the alignment correct and use static headers? I have read other threads regarding the alignment and firefox - but nothing worked - only turning off static headers worked (which I really don't want to do).
thanks!

joni

7 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 10 May 2008, 09:06 AM
Hello joni,

Can you reproduce this somewhere on our online examples or can you send us an example where we can reproduce this?

Sincerely yours,
Vlad
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Shinu
Top achievements
Rank 2
answered on 12 May 2008, 05:35 AM
Hi Joni,

Which version of the Grid are you using? Try upgrading to the latest version of the Grid.

Shinu.
0
joni
Top achievements
Rank 1
answered on 12 May 2008, 03:09 PM
Hi,
I'm using the 2008.01.0415.35 version. I believe it is the latest. One of the things I forgot to mention is that I have over 20 columns so there is scrolling involved. I don't want to send all of my code so over the next couple of days I will try to get a smaller version created that recreates the problem. Thanks!

jon
0
Matt
Top achievements
Rank 1
answered on 14 May 2008, 09:34 PM
I'm having the same problem... I'm using 2008.1.415; here's the grid code:

<telerik:RadGrid ID="RadGrid1" runat="server" Visible="false" Skin="WebBlue" 
        AllowPaging="True" AllowSorting="True" AllowFilteringByColumn="True" Width="750px"   
        OnNeedDataSource"RadGrid1_NeedDataSource" OnItemCreated="RadGrid1_ItemCreated"  > 
        <ExportSettings OpenInNewWindow="true" /> 
        <ClientSettings> 
            <Scrolling AllowScroll="True" UseStaticHeaders="True"></Scrolling> 
        </ClientSettings> 
        <MasterTableView AutoGenerateColumns="False" DataKeyNames="Name" Width="100%"  > 
            <Columns> 
                <telerik:GridHyperLinkColumn DataNavigateUrlFields="filename,Type" DataNavigateUrlFormatString="~/Client/UploadedClaimsByFile.aspx?Filename={0}&ClaimType={1}" 
                    DataTextField="filename" DataTextFormatString="{0}" HeaderText="Filename" Text="filename" 
                    UniqueName="filename">  
                    <ItemStyle Wrap="False" /> 
                </telerik:GridHyperLinkColumn> 
                <telerik:GridBoundColumn DataField="Name" HeaderText="Business Unit" SortExpression="Name" 
                    UniqueName="Name">  
                    <ItemStyle Wrap="False" /> 
                </telerik:GridBoundColumn> 
                <telerik:GridBoundColumn DataField="uploadDate" HeaderText="Uploaded Date"   
                    SortExpression="uploadDate" UniqueName="uploadDate" DataFormatString="{0:d}">  
                </telerik:GridBoundColumn> 
                <telerik:GridBoundColumn DataField="totalclaims" DataType="System.Int32" HeaderText="Total Claims" 
                    SortExpression="totalclaims" UniqueName="totalclaims">  
                </telerik:GridBoundColumn> 
                <telerik:GridBoundColumn DataField="Type" HeaderText="Claim Type" 
                    SortExpression="Type" UniqueName="Type">  
                </telerik:GridBoundColumn> 
                <telerik:GridBoundColumn DataField="totalclaimCharges" DataType="System.Decimal" HeaderText="Overall Charges" 
                    ReadOnly="True" SortExpression="totalclaimCharges" UniqueName="totalclaimCharges" 
                    DataFormatString="{0:C}">  
                    <ItemStyle HorizontalAlign="Right" Wrap="False" /> 
                </telerik:GridBoundColumn> 
                <telerik:GridBoundColumn DataField="serviceDateRanges" HeaderText="Service Date Ranges" 
                    SortExpression="serviceDateRanges" UniqueName="serviceDateRanges">  
                </telerik:GridBoundColumn> 
            </Columns> 
              
        </MasterTableView> 
    </telerik:RadGrid> 
0
Yavor
Telerik team
answered on 15 May 2008, 05:23 AM
Hello Bill,

This issue is most probably style related. In any case, it would be best if you open a formal support ticket, and send us a small working project, together with all used files (dlls, css, etc.) so that we can devug it locally and advise you further.

All the best,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
joni
Top achievements
Rank 1
answered on 28 May 2008, 06:16 PM
Was any resolution found for this? Thanks!

joni
0
Yavor
Telerik team
answered on 29 May 2008, 08:36 AM
Hello joni,

There is not a single, fundamental solution to this issue. It is dependant on the particular implementation in place, as well as any additional factors, such as styles.
The best approach, if you are experiencing a similar issue, would be to open a formal support ticket, and provide a small working example, demonstrating the problem at hand, for further inspection.

Greetings,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
joni
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Shinu
Top achievements
Rank 2
joni
Top achievements
Rank 1
Matt
Top achievements
Rank 1
Yavor
Telerik team
Share this question
or