Hi,
I have an issue where I need to display a RadScheduler control in an iframe within a parent page.
So the pages are arranged like this:
[Parent Page]
[iframe]
RadScheduler - appointments with RadToolTips
[/end of iframe]
[/end of Parent Page]
All of this works fine until it comes time to show a tooltip for one of the appointments in the RadScheduler - the tooltip is cut off by the iframe.
Is there a way to have the tooltip display in the parent page, so that the entire tooltip can be seen?
I've setup a simpler example to show the issue, but I couldn't seem to upload a .zip file attachment to my forum post.
The code for the parent page looks something like this:
And the code for the iframe looks something like this:
I thought maybe it had something to do with how the TargetControlID is set. I tried a few things including trying to set the targetControl dynamically with client side script, but with no luck.
Thanks so much for your help,
Greg
I have an issue where I need to display a RadScheduler control in an iframe within a parent page.
So the pages are arranged like this:
[Parent Page]
[iframe]
RadScheduler - appointments with RadToolTips
[/end of iframe]
[/end of Parent Page]
All of this works fine until it comes time to show a tooltip for one of the appointments in the RadScheduler - the tooltip is cut off by the iframe.
Is there a way to have the tooltip display in the parent page, so that the entire tooltip can be seen?
I've setup a simpler example to show the issue, but I couldn't seem to upload a .zip file attachment to my forum post.
The code for the parent page looks something like this:
<telerik:RadToolTip runat="server" ID="RadToolTip1" Width="280px" Height="70px" TargetControlID="elvis.red" |
OffsetX="0" OffsetY="0" IsClientID="true" EnableViewState="true" ShowCallout="false"> |
<br /> |
<img src="ToolTip.png" alt=" " /> |
</telerik:RadToolTip> |
<iframe id="elvis" src="frametest.aspx" frameborder="1"></iframe> |
And the code for the iframe looks something like this:
<div id="red"></div> |
I thought maybe it had something to do with how the TargetControlID is set. I tried a few things including trying to set the targetControl dynamically with client side script, but with no luck.
Thanks so much for your help,
Greg