23 Answers, 1 is accepted
Our developers have already fixed this issue. Please upgrade to the latest RadControls release version and the problem should be resolved.
All the best,
Eyup
the Telerik team

It was fixed in the 2013 Q1 Service Pack 1 version of RadControls - 2013.1.403.
Hope this helps.
All the best,
Eyup
the Telerik team


here is my html code:
<telerik:RadGrid runat="server" ID="Grid_CellTypePropertyMap" ClientIDMode="Static"
AutoGenerateColumns="false" OnItemDataBound="GridCellTypePropertyMap_ItemDataBound" Skin="Sunset" >
<ClientSettings>
<Scrolling AllowScroll="True" UseStaticHeaders="True" />
</ClientSettings>
<MasterTableView DataKeyNames="ID" ClientDataKeyNames="ID" TableLayout="Fixed">
<Columns>
<telerik:GridTemplateColumn HeaderText="<%$ Resources:ColumnAttached.HeaderText %>" UniqueName="AttachedCol" >
<ItemTemplate>
<asp:CheckBox ID="chbAttached" runat="server" ClientIDMode="AutoID" ></asp:CheckBox>
</ItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridBoundColumn DataField="CellTypeName" HeaderText="<%$ Resources:ColumnCellTypeName.HeaderText %>" UniqueName="CellTypeNameCol" />
<telerik:GridBoundColumn DataField="CellTypeID" HeaderText="<%$ Resources:ColumnCellTypeID.HeaderText %>" UniqueName="CellTypeIDCol" />
<telerik:GridBoundColumn DataField="PropertyName" HeaderText="<%$ Resources:ColumnCellPropertyName.HeaderText %>" UniqueName="PropertyNameCol" />
<telerik:GridBoundColumn DataField="PropertyID" HeaderText="<%$ Resources:ColumnCellPropertyID.HeaderText %>" UniqueName="PropertyIDCol" />
<telerik:GridTemplateColumn HeaderText="<%$ Resources:ColumnDisplayOrder.HeaderText %>" UniqueName="DisplayOrderCol" >
<ItemTemplate>
<asp:TextBox ID="txtDisplayOrder" runat="server" Width="26px" ></asp:TextBox>
</ItemTemplate>
</telerik:GridTemplateColumn>
</Columns>
</MasterTableView>
</telerik:RadGrid>
the code behind will be something when the button click, then the grid will be populated. did not see anything to do from code behind. I attached the screenshots here, one for page, one the F12 tool in IE10. so hope something from setting to control the control's render for the scroll and static header alignments by the style injection dynamically. because I played around bit with add on that missing inline style, and found another issue if I change the div rgDataDiv inline style height to 100% to make the scroll bar disappear, then the alignments will be happening in the expected way -- the space I attached in the header becomes the killer again. hope this maybe not really true for the play from the tool for this feature. please advice and thanks lots.

I forgot to say my page is using a master page, and the things is inside one telerik ajaxpanel, not sure if this will impact the rendering for the header wrapper divs.
Regards,
Fuhai
I am attaching a sample RadGrid web site which I tested under all major browsers with the mentioned RadControls version 2013, 2, 717. Please run the attached application and let me know about the result.
Looking forward to your reply. Thank you for your feedback in advance.
Regards,
Eyup
Telerik

Really appreciated your sample code tips, this made me check my code again with some testing, actually, after removed one piece of code from the radgrid definition, it worked as expected, all the alignment fixed automatically. so the piece of code I removed is the key:
ClientIDMode="Static",
And I verified if this piece of code added to your sample code, it will have the same issue as I had before, not really it is a bug or not, but we found the key to avoid this issue.
Regards,
Fuhai
I am glad that the provided project was helpful in resolving the issue. Please note that Static id mode is not supported by RadControls. You can check out many forum threads explaining this matter:
http://www.telerik.com/community/forums/aspnet-ajax/calendar/problem-with-clientidmode-static.aspx
Hope the clarification was helpful.
Regards,
Eyup
Telerik

The odd thing is that the grid displays misaligned, but as soon as you do anything with the headers (resize a column, move a column) the grid columns resize themselves properly.
A permanent fix for this would be appreciated!
... and yes, I just downloaded the latest release and it still exhibits the same behaviour. Fortunately my clients are slow to change and are still standardised on IE8 so I am the only one seeing this at the moment.
I have prepared a sample RadGrid web site to test the described behavior. On my side the headers and columns are aligned as expected. Can you please run the attached application and instruct us the exact steps to reproduce the problematic appearance?
Regards,
Eyup
Telerik

Just to add found a resolution
AllowRowResize="true"
This was set = false, there we go. I hope this soliloquy can help others..
Thank you for sharing the solution you found. I hope it helps other developers as well.
Nevertheless, we will research the problem with a deeper insight to see what actually causes the issue.
Regards,
Eyup
Telerik

I am facing problem in the RADGRID column alignment. I am using 2013.3.1015.35 version. In firefox it works good but in IE 10 it's not working. In IE 11 it's working good.
Regards,
Rathina
Do you replicate this problem with any of our live samples?
http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/scrolling/scrolling/defaultcs.aspx
It would be great if you can instruct us the exact steps to reproduce the issue. Thus, we will be able to further analyze the problem and suggest a proper solution.
Regards,
Eyup
Telerik
Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

I am having misaligned problem in IE browser (with frozen columns) when i scrolled to the end (horizontal), the frozen column items auto added 1px to its own width, making the subsequent columns misaligned.
this issue does not happened in Chrome!
Based on the provided information it would be hard to pinpoint what is causing the misalignment. Would you send the full markup of RadGrid? This will enable us to examine the code and look for a possible cause of the issue.
With this said, check the column settings and ensure that there is one column where the Width property is not defined.
Regards,
Viktor Tachev
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

We are using Telerik version 2008.2.1001.35 and are encountering few issues in IE11 due to the version. Please find the issues explained below -
1. We have a Grid view alignment issue where the row alignment is not proper in the grid.
2. The text in one column of the grid is overlapping with the next column.
3. While disabling a control it turns greyed out. But in this version of Telerik, the text is disabled but the borders and icons of the control are in blue color.
Please let us know as to how to resolve the above issues.
Regards,
Siva
CMS Dev Team,
CitiDirect

Dear Eyup/Telerik Team,
I have implemented your code with Telerik 2013 Q3 but my issue did not resolve, attached is the result in IE6, kindly give me the solution for IE6 specific.
Thanks,
Yousaf.
Please note that IE6 is not supported. Thus, it is expected to see visual glitches in that browser version.
For an up-to-date list of the supported browsers you can check the following page:
Regards,
Viktor Tachev
Telerik

HI,
My Telerik dll version is 2017.1.118.40. My RadGrid columns are aligned properly in all browsers except IE11. I have already tried many solutions posted in previous forums, but I am still facing misaligned columns problem in IE 11. Please provide a solution for this.
<telerik:RadGrid ID="RadGrid1" runat="server" Height="100%" Width="100%"
AllowPaging="True" AllowSorting="True" PageSize="100"
style="min-height:300px; height:100%; width:100%; z-index:1;"
AllowFilteringByColumn="True"
OnNeedDataSource="RadGrid1_NeedDataSource"
OnItemCommand="RadGrid1_ItemCommand"
>
<PagerStyle Mode="NextPrevNumericAndAdvanced" ShowPagerText="false" EnableSEOPaging="false">
</PagerStyle>
<ClientSettings >
<Resizing AllowRowResize="true" EnableRealTimeResize="true" ResizeGridOnColumnResize="false"
AllowColumnResize="True" ClipCellContentOnResize="false"></Resizing>
<Scrolling AllowScroll="true" UseStaticHeaders="true" />
<Selecting AllowRowSelect="true" />
</ClientSettings>
<CommandItemStyle HorizontalAlign="Right"></CommandItemStyle>
<MasterTableView CommandItemDisplay="Top">
<CommandItemSettings ShowExportToExcelButton="true" ShowAddNewRecordButton="false" ShowRefreshButton="false" />
</MasterTableView>
</telerik:RadGrid>

Hello all, I had the same problem with the current version of telerik asp controls.
I solved the problem by removing the affected sites from the compatibility view in IE11.
Hope this helps.

Hi,
I had the same problem because the effected site where in the compatibility view list in IE11. I removed it and everything looks fine now.