Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Reporting > Telerik Reporting > Inconsistent rendering of parameter area in IE8

Not answered Inconsistent rendering of parameter area in IE8

Feed from this thread
  • James avatar

    Posted on Feb 1, 2012 (permalink)

    I am experiencing problems seeing the parameter area in my reports. I have to refresh the page before I can see my Param combobox or preview button when using IE8. Google Chrome (16.0.912.77) appears to work fine.
    I am usingTelerik_Reporting_Q3_SP1_v5_3_12_119_Dev & Report Viewer for Asp.Net
    The compatability view settings are not making any difference for me.

    Any suggestions?

    Reply

  • Steve Steve avatar

    Posted on Feb 2, 2012 (permalink)

    Hello James,

    We have not been able to reproduce such a problem on our end or with our online demos. Do you get the same problem when opening this demo report? If yes, please specify your OS, exact version of your browser (screenshot of About Internet Explorer) and provide list of installed Add-ons in the browser.

    On a side note, can you reproduce the same problem on another machine?

    Kind regards,
    Steve
    the Telerik team

    Q3’11 of Telerik Reporting is available for download. Register for the What's New in Data Tools webinar to see what's new and get a chance to WIN A FREE LICENSE!

    Reply

  • James avatar

    Posted on Feb 2, 2012 (permalink)

    I am using Windows XP Professional SP3. All Add-On's in IE8 have been disabled.
    This problem does exist on other machines, but I cannot reproduce this issue in a new Asp.Net website. This leads me to believe that my production website is causing the problem. The software I used to create the website (CodeOnTime) may be responsible. I will investigate on this end to see if something with CodeOnTime has changed.

    Here is the code for my webpage and the control on the page. If you notice anything that might be causing the problem I would appreciate the feedback. Otherwise I will consider the issue resolved.

    <%@ Page Language="VB" MasterPageFile="~/Main.master" AutoEventWireup="false" CodeFile="TrainingByTopicReport.aspx.vb" Inherits="Pages_TrainingByTopicReport"  Title="Training By Topic" %>
    <%@ Register Src="../Controls/TeleByTopicRpt.ascx" TagName="TeleByTopicRpt"  TagPrefix="uc" %>
    <asp:Content ID="Content1" ContentPlaceHolderID="PageHeaderContentPlaceHolder" runat="Server">Training By Topic</asp:Content>
    <asp:Content ID="Content2" ContentPlaceHolderID="PageContentPlaceHolder" runat="Server">
      <div factory:flow="NewRow" xmlns:factory="urn:codeontime:app-factory"><uc:TeleByTopicRpt ID="c100" runat="server"></uc:TeleByTopicRpt></div>
    </asp:Content>
    <%@ Control Language="VB" AutoEventWireup="false" CodeFile="TeleByTopicRpt.ascx.vb" Inherits="Controls_TeleByTopicRpt"  %><%@ Register assembly="Telerik.ReportViewer.WebForms, Version=5.3.12.119, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" namespace="Telerik.ReportViewer.WebForms" tagprefix="telerik" %>
    <asp:UpdatePanel ID="UpdatePanel1" runat="server"><ContentTemplate><div style="margin:2px;border: solid 1px silver;padding:8px;">
        <telerik:ReportViewer ID="ReportViewer1" runat="server" Height="500px" 
            Report="TelRPTClassLib.PlantTraining_By_Topic, TelRPTClassLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" 
            Width="100%">
        </telerik:ReportViewer>
        </div></ContentTemplate></asp:UpdatePanel>

    Thanks for the help,
    Attached files

    Reply

  • Steve Steve avatar

    Posted on Feb 2, 2012 (permalink)

    Hello James,

    There is nothing wrong with the html markup you provided. Maybe the problem is specific to the report you load in the viewer? Does this happen with every report with report parameters you show on that page? What happens if you display the same reports in the new website where you claim the problem cannot be reproduced?

    Greetings,
    Steve
    the Telerik team

    Q3’11 of Telerik Reporting is available for download. Register for the What's New in Data Tools webinar to see what's new and get a chance to WIN A FREE LICENSE!

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Reporting > Telerik Reporting > Inconsistent rendering of parameter area in IE8
Related resources for "Inconsistent rendering of parameter area in IE8"

Features  |  Documentation  |  Demos  |  Telerik TV  |  Knowledge Base  |  Code Library  |  Step-by-step Tutorial  |  Blogs  |  Whitepaper  ]