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

<telerik:Grid> issue IE10

3 Answers 58 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kapil
Top achievements
Rank 1
Kapil asked on 03 Dec 2013, 12:02 PM

I am using this 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.

I am using <telerik:Grid> in aspx pages. I have downloded latest version(2013.3.1015) of Telerik and checked but still grid is not rendering properly.

Please suggest me what should need to be changed....


3 Answers, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 06 Dec 2013, 07:04 AM
Hi Kapil,

Version 2013.3.1015 supports IE10, you should not have any problem. However check if:

1. the EnableEmbleddedSkins property is not set to false
2. the Skin property is not set to an empty string (Skin="")
3. both dlls Web.UI and Web.UI.Skins are the same version (i.e 2013.3.1115).

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 06 Dec 2013, 03:18 PM
Hello Venelin,

Thanks for the reply.We have already added the below keys in web.config file.

<add key="Telerik.EnableEmbeddedSkins" value="true"/>
<add key="Skin" value="WebBlue"/>

This is the version(2013.3.1114.35) which I used for both the dll's(Web.UI and Web.UI.Skins)

Please let me know if you have any other options.

Thanks,
Kapil.

0
Venelin
Telerik team
answered on 11 Dec 2013, 09:09 AM
Hello Kapil,

We are not able to replicate the issue from the provided information. Please try to reproduce the problem in a sample project that we can test and debug and send it to us.

1. Note that if you have set these properties globally in the web.config file they can be still overwritten by the local ones in the grid. For example if the grid has EnableEmbeddedSkins="false" this will take precedence.

2. Also what exactly do you mean by "Grid is not rendering in IE10 browser", how does it look like. It will be good if you attach screenshots of the problem.

3. Check if some custom styles (if any) are not causing this problem by removing them and observe the behavior of the grid.

4. Check if the application is not running in Quirks mode.

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.
Tags
Grid
Asked by
Kapil
Top achievements
Rank 1
Answers by
Venelin
Telerik team
Kapil
Top achievements
Rank 1
Share this question
or