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

ToolTip is not coming as a popup

1 Answer 40 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
girish kumar
Top achievements
Rank 1
girish kumar asked on 29 Jun 2010, 04:15 PM
Hi
I am using ToolTip to show a message in popup window. In Mozilla the tooltip is coming as popup, but in IE it is not coming as so (its coming inside the parent page)

The code given is

<telerik:RadToolTip runat="server"  ID="RadToolTip1" Position="Center" HideEvent="FromCode"
            ShowEvent="FromCode" Width="400px"  RelativeTo="BrowserWindow">
     <asp:UpdatePanel runat="server" ID="UpdatePanel2">
            <ContentTemplate>
            <asp:Panel ID="pInquiry" runat="server" Style="padding-left: 11px;">
            <table width="100%">
         <tr>
             <td>
                 &nbsp;
             </td>
         </tr>
         <tr>
             <td>
                 <table align="center">
                       
                     <tr>
                         
                         <td align="center">
                             <table>
                                 <tr>
                                     <td>
                                         <input id="btnLogout" type="button" onclick="logout();return false;" value="Logout" />
                                     </td>
                                     <td>
                                         It is a popup window
                                     </td>
                                 </tr>
                             </table>
                         </td>
                     </tr>
                 </table>
             </td>
         </tr>
         <tr>
             <td>
                 &nbsp;
             </td>
         </tr>
     </table>
     </asp:Panel>
</ContentTemplate>
           
        </asp:UpdatePanel>     
</telerik:RadToolTip>

Any idea why this issue?



1 Answer, 1 is accepted

Sort by
0
girish kumar
Top achievements
Rank 1
answered on 30 Jun 2010, 01:42 PM
Hi Guys

I got this issue fixed. I had given the TargetContorl="FormID" and got it solved :)

Thanks
Tags
ToolTip
Asked by
girish kumar
Top achievements
Rank 1
Answers by
girish kumar
Top achievements
Rank 1
Share this question
or