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

Problem Rendering on IE 8

1 Answer 26 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Dave
Top achievements
Rank 1
Dave asked on 09 Jul 2014, 05:37 PM
I am using various charts on my site and all works well in modern browsers.  When I test using IE development tools and emulate IE 8 all my charts won't render at all.  Do I need to explicitly include certain js files to make it render in  IE 8? 

The errors i'm seeing in the IE development tools console is:

Warning: KendoUI DataViz cannot render. Possible causes:<br>- The browser does not support SVG, VML and Canvas. User agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; .NET4.0E)<br>- The kendo.dataviz.(svg|vml|canvas).js scripts are not loaded

1 Answer, 1 is accepted

Sort by
0
Stamo Gochev
Telerik team
answered on 11 Jul 2014, 06:24 AM
Hi Dave,

Thanks for your feedback. It seems like there is a problem with the loading of the VML script file (when the Document mode of IE is set to "Default" instead of "Internet Explorer 8"), which is required in older browsers that do not support SVG. I can suggest you to try one of the following approaches:
  • Load HtmlChart's scripts explicitly - you can have a look at this help article for more information
  • Load only the missing vml.js file immediately after the ScriptManager definition:
    <asp:ScriptManager runat="server"></asp:ScriptManager>
    <script src="Scripts/Common/HTML5UI/DataViz/html5/dataviz/vml.js"></script>
    You can get this file from our source code package.

Meanwhile, I have logged this issue with a high priority and it will be fixed in the next Latest Internal Build as well as in Q2 2014 SP1. I have also updated your Telerik points for this bug report.

Regards,
Stamo Gochev
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.

 
Tags
Chart (Obsolete)
Asked by
Dave
Top achievements
Rank 1
Answers by
Stamo Gochev
Telerik team
Share this question
or