Hi All:
We have a rather large project where we are using RadGrid from Telerik 2011.1.519.35. We are having a problem with IE10 where the RadGrid will only resolve / appear to about half it's width (i.e., we have one-half of the grid appearing). IE10 then locks up.
We are not having this problem with any other browser (including earlier versions of IE). Unfortunately, while we use Chrome for internal users of our system, we cannot control what browser is used by external users.
We make heavy use of Telerik controls in our application and updating to a more recent version will require a large amount of recursion testing before we could roll out a new version of the dlls.
Is there any workaround to this, or is our only recourse to update to the latest version of Telerik?
Thanks for your help in this matter.
We have a rather large project where we are using RadGrid from Telerik 2011.1.519.35. We are having a problem with IE10 where the RadGrid will only resolve / appear to about half it's width (i.e., we have one-half of the grid appearing). IE10 then locks up.
We are not having this problem with any other browser (including earlier versions of IE). Unfortunately, while we use Chrome for internal users of our system, we cannot control what browser is used by external users.
We make heavy use of Telerik controls in our application and updating to a more recent version will require a large amount of recursion testing before we could roll out a new version of the dlls.
Is there any workaround to this, or is our only recourse to update to the latest version of Telerik?
Thanks for your help in this matter.
5 Answers, 1 is accepted
0
Hi John,
I am afraid that I was not able to replicate the same issue on my side. Any additional information on your scenario or a sample code that is isolating the problem under IE10 would be very helpful to identify the source of the issue.
I am also attaching a sample project, please give it a try and see what are the differences with your case.
I am looking forward to your reply.
Regards,
Venelin
Telerik
I am afraid that I was not able to replicate the same issue on my side. Any additional information on your scenario or a sample code that is isolating the problem under IE10 would be very helpful to identify the source of the issue.
I am also attaching a sample project, please give it a try and see what are the differences with your case.
I am looking forward to your reply.
Regards,
Venelin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Spyros
Top achievements
Rank 1
answered on 16 Aug 2013, 06:27 AM
Hi,
Check if you have AllowStaticHeaders = true; I think this causing your issue in IE10
Check if you have AllowStaticHeaders = true; I think this causing your issue in IE10
0
Hi John,
I am sorry for the misunderstanding, actually the first official release of IE10 is on 1 August 2012 and the version of the controls you use is from 2011, so I am afraid it does not support IE10.
Regards,
Venelin
Telerik
I am sorry for the misunderstanding, actually the first official release of IE10 is on 1 August 2012 and the version of the controls you use is from 2011, so I am afraid it does not support IE10.
Regards,
Venelin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Kapil
Top achievements
Rank 1
answered on 04 Dec 2013, 09:15 AM
Hi,
I am using the below version of telerik for grid in my UI layer
"Telerik.Web.Desing 2010.1.415.35"
Grid is not rendering in IE10 browser(Without compatible mode).Its working with compatible mode but we need to render this grid on IE10 browser only.
I am using <telerik:Grid> in aspx pages. I have also downloded latest version(2013.3.1015) of Telerik and checked but still grid is not rendering properly.
Please see the below code snippets.
<telerik:RadSplitter runat="Server" ID="_radSplitterGridContainer" Width="100%"
BorderStyle="None" PanesBorderSize="0" Height="100%" Orientation="Horizontal" VisibleDuringInit="false">
<telerik:RadPane runat="Server" ID="rightPane" Scrolling="Both" Height="100%">
<telerik:Grid
EnableViewState="false"
OnItemCreated="OnItemCreated"
ID="_grid"
runat="server"
Width="100%"
height="93%"
OnNeedDataSource="OnNeedDataSource"
>
<ClientSettings>
<Resizing AllowColumnResize="true" EnableRealTimeResize="true" />
<ClientEvents OnRowDblClick="onGridRowDoubleClick" />
</ClientSettings>
<MasterTableView
ClientDataKeyNames="MemberId"
Width="100%" >
<Columns>
<telerik:GridBoundColumn
DataField="MemberId"
HeaderText="MemberId"
SortExpression="MemberId"
UniqueName="MemberId"
ItemStyle-Width="0px"
Display="False">
</telerik:GridBoundColumn>
</Columns>
</MasterTableView>
</telerik:Grid>
</telerik:RadPane>
</telerik:RadSplitter>
Please suggest me what should need to be changed....
0
Hello Kapil,
Please avoid duplicating forum threads. On this link you can proceed posting you questions: http://www.telerik.com/community/forums/aspnet-ajax/grid/lt-telerik-grid-gt-issue-ie10.aspx
Regards,
Venelin
Telerik
Please avoid duplicating forum threads. On this link you can proceed posting you questions: http://www.telerik.com/community/forums/aspnet-ajax/grid/lt-telerik-grid-gt-issue-ie10.aspx
Regards,
Venelin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.