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

Report doesnt render in IE

2 Answers 129 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 21 May 2018, 01:49 PM

We are running the latest Telerik controls (2018).  I have a small report that works fine in the dev environment but when I push to the server and run the report, it says 'Generating Report' for a sec then I get a blank page.  It works fine in Chrome (but most users use IE)

VS 2017

any help is greatly appreciated.

 

2 Answers, 1 is accepted

Sort by
0
Silviya
Telerik team
answered on 23 May 2018, 02:46 PM
Hello Mark,

If I understood correctly, upon deployment on a different from your local environment, the ReportViewer is not displaying in the IE browser, while it works correctly with the Chrome browser.

When the viewer works properly in one browser but fails in another, it is most probably a browser compatibility issue. So, I suggest you to check if the IE is working on Enterprise mode or Compatibility View mode. Note that Telerik Reporting HTML5-based viewers do not support Internet Explorer 8 (i.e. Enterprise mode). The minimum required versions are listed in Browser support help article.
If so, switch to Native view by unchecking the Enterprise mode, or if in Compatibility View mode by going to IE Settings -> Compatibility View Settings -> (uncheck) Display intranet sites in Compatibility View.

Telerik Reporting HTML5 Report Viewer depends on the Promise object and will not load successfully if not available, as explained in the Requirements help article. Please, check if there are any errors in the browser console (F12). If there is an error 'Promise' is undefined' would indicate that the browser does not support Promises. If so, please check the Error: 'Promise' is undefined KB article.

If the above does not solve the problem, we would need additional information to try locating the problem and give you specific suggestions, so please open a new support ticket containing the following: 
- the project, so we can investigate locally;
- a Fiddler log file of the requests and responses (you can check how to generate a .SAZ file)

Regards,
Silviya
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Mark
Top achievements
Rank 1
answered on 23 May 2018, 03:21 PM

Actually I put this in the reportviewer header and it worked

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

Tags
General Discussions
Asked by
Mark
Top achievements
Rank 1
Answers by
Silviya
Telerik team
Mark
Top achievements
Rank 1
Share this question
or