Using version 7.0.13.220. Have created a barebones ASPX based on the sample code from the 'Using Telerik Web ReportViewer in ASP.NET MVC application' and the response from here.
Also using the report from the sample code mentioned earlier.
When I view the page in IE9, I get the grey menu bar across the top of the screen and nothing else. I can then export it to other formats (PDF, Word, etc.) and the report shows correctly. If I look at the report in Chrome or Firefox, the report shows correctly in the browser and exports. Any idea what's holding up IE?
                                <html style="height: 100%"><head id="Head1" runat="server"></head><body style="height: 100%"><form id="Form1" runat="server" style="height: 100%" method="post" action=""><div id="Content1" style="border: solid 2px red; height: 100%;"><telerik:ReportViewer ID="ReportViewer1" runat="server" Height="100%" Width="100%"></telerik:ReportViewer></div></form></body></html>Also using the report from the sample code mentioned earlier.
When I view the page in IE9, I get the grey menu bar across the top of the screen and nothing else. I can then export it to other formats (PDF, Word, etc.) and the report shows correctly. If I look at the report in Chrome or Firefox, the report shows correctly in the browser and exports. Any idea what's holding up IE?