
Parent page :
<div class="chartDiv" style="width: 730px; height: 620px;">
<iframe src="ShowChart.aspx" frameborder="0" width="720px" height="585px" scrolling="no">
</iframe>
</div>
child page :
<div>
<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
</telerik:RadScriptManager>
<telerik:RadHtmlChart ID="BigHtmlChart" runat="server" Width="700px" Height= "480px">
<PlotArea>
<Series>
</Series>
</PlotArea>
</telerik:RadHtmlChart>
</div>
7 Answers, 1 is accepted
I have tried to reproduce the unexpected behavior but to no avail. You can watch a short video with the test in the attached archive and then tell me what I am missing.
I can suggest that you try the following steps:
- Can you confirm whether you are using the latest official version of RadControls - 2013.3.1114 and if not does upgrading to it resolve the issue?
- Are there any JavaScript errors on your page that could break the proper functionality of the script controls on your page? If there are such errors they must be found and fixed.
- You can try removing all the custom CSS from your page and if that fixes the issue then start turning one by one the styles until you isolate and fix the problematic style rule.
Regards,
Danail Vasilev
Telerik

Hello,
I'm having a similar issue to Govindarajan. I have a main page with a tab strip, multi page, & page views. Each page view contains an iframe for loading at least one radhtmlchart. I start loading the iframes after the main page loads. The radhtmlchart in question is a line chart & the labels overlap the graph when the tab iframe loads BEFORE the page view's corresponding tab is clicked & therefore viewed. In IE only, I receive this overlapping label issue (see first image). If I refresh the iframe by right-clicking it in IE, the graph will draw correctly (see second image). Is there any correction to this? I using telerik controls version 2015.1.401.40.
Does upgrading to latest version - 2015.2.729 help? Another thing I can suggest is that you try to remove all of the custom styles to see whether it is a CSS related issue. Otherwise it would be better to isolate the issue in a runnable sample and then provide ti back to us for further investigation.
Regards,
Danail Vasilev
Telerik

Hi Danail,
I have a runnable example, but it will not allow me to attach compressed files to my posts. Can I email it to you?
Thanks,
Johnathan
You can attach only images to forum posts. In order to attache a project you can open a support ticket and attach the project there. Another approach is to paste a code snippet in the forum post if it is not that long or provide a public link to the project. In the last case, however, you should ensure to not violate our policy and remove any dev Telerik .dll files.
Regards,
Danail Vasilev
Telerik

Hello,
I wanted to update this thread to let anyone who may be running into a similar issue at the moment that the runnable example I created was submitted as a support ticket and telerik support has confirmed the bug exists and is in the process of trying to correct it.
Thanks,
Johnathan

Hi,
I am having same issue. Please help me.