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

RadToolTipManager width and height not adjusting

3 Answers 155 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Carlo DiGiacomo
Top achievements
Rank 1
Carlo DiGiacomo asked on 17 Nov 2010, 07:30 PM
I upgraded to the latest telerik version 3_1103 and now my tool tips are staying at a static size. In addition the location of the tool tip is moving to the far left of the browser window. I generate the tool tip contents from the code behind and they can very in size. Right now they only stay at the minimum height and width I had set in the html. The tool tips were working perfectly with version 2_929. Please advise.

3 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 19 Nov 2010, 10:39 AM
Hi Carlo,

 I already answered your support thread and for your convenience I pasted my reply below:

There are no changes in the tooltip source code regarding this. However, it is possible that some common for more controls method that is shared between them has changed and affected the tooltip. That is why we will really need to debug some sample code. Please, provide a very simple, fully runnable reproduction demo and if it turns out to be a bug we will fix it and give you some Telerik points for your assistance.

All the best,
Svetlina
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Carlo DiGiacomo
Top achievements
Rank 1
answered on 25 Aug 2011, 05:51 PM
I have finally gotten sometime to research this and the problem seems to be the animation. If I set this to "None" or "Fade" my tool-tip will re size properly. All the other options will not re-size (FlyIn, Resize and Slide), I was originally using "Slide".

<%@ Control Language="vb" AutoEventWireup="false" CodeBehind="profile_generator.ascx.vb" Inherits="FNC_ASPX.profile_generator" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<asp:PlaceHolder ID="PlaceHolder_Error" runat="server"></asp:PlaceHolder>
<table id="tblMainControl" runat="server" border="0" cellpadding="0" cellspacing="0"
    class="section_table">
<tr align="center">
        <td colspan="2">
            <table cellpadding="0" cellspacing="0" width="100%" class="section_header">
                <tr>
                    <td style="width:95%">Profile Generator</td>
                    <td style="width:5%" align="right"></td>
                </tr>
            </table>
        </td>
</tr>
<tr>
<td valign="top" class="section_backgroundColor" colspan="2">
<div class="section_hr1"><img alt="spacer" src="/images/spacer.gif" /></div>
</td>
</tr>
<tr>
   <td valign="top" class="section_backgroundColor" colspan="2">
       <table cellpadding="1" cellspacing="2" border="0" class="section_backgroundColor" width="100%">
           <tr valign="top">
               <td>
                   <table cellpadding="1" cellspacing="2" border="0" class="section_backgroundColor">
                            <tr>
                                <td colspan="4">
                                    <table class="section_fieldHeaderColor" cellspacing="2" cellpadding="1" border="0">
                                        <tr>
                                            <td><asp:CheckBox ID="chkCurrent" runat="server" Text="show current" Checked="true" AutoPostBack="true" /></td>
                                            <td><asp:CheckBox ID="chkExpired" runat="server" Text="show expired" AutoPostBack="true" /></td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                       <tr>
                           <td class="section_fieldHeaderColor">Template Selection</td>
                           <td>
                                    <asp:DropDownList ID="ddlTemplate" AutoPostBack="true" runat="server"></asp:DropDownList>
                                </td>
                           <td class="section_fieldHeaderColor">Previously Saved</td>
                           <td>
                                    <telerik:RadComboBox ID="RadComboBox_PreviouslySaved" AutoPostBack="true" runat="server"
                                    DropDownWidth="400px" HighlightTemplatedItems="true" MaxHeight="300px">
                                        <HeaderTemplate>
                                            <table cellpadding="0" cellspacing="2" class="emphasis section_fieldHeaderColor">
                                                <tr>
                                                    <td width="80px">Name</td>
                                                    <td width="120px">Desc</td>
                                                    <td width="80px" align="center">Valid Until</td>
                                                    <td width="80px" align="center">Created On</td>
                                                </tr>
                                            </table>
                                        </HeaderTemplate>
                                        <ItemTemplate>
                                            <table cellpadding="0" cellspacing="2">
                                                <tr>
                                                    <td width="80px"><asp:Label ID="lblName" runat="server"></asp:Label></td>
                                                    <td width="120px"><asp:Label ID="lblDesc" runat="server"></asp:Label></td>
                                                    <td width="80px" align="center"><asp:Label ID="lblValidUntil" runat="server"></asp:Label></td>
                                                    <td width="80px" align="center"><asp:Label ID="lblCreatedOn" runat="server"></asp:Label></td>
                                                </tr>
                                            </table>                
                                        </ItemTemplate>
                                    </telerik:RadComboBox>
                                </td>
                       </tr>
                   </table>
               </td>
               <td align="right"><asp:Image ID="imgConfidential" AlternateText="Confidential" ImageUrl="/images/icon_confidential.gif" ImageAlign="AbsMiddle" runat="server" EnableViewState="false" /> = confidential</td>
           </tr>
           <tr>
               <td colspan="2" class="section_backgroundColor">
                        <asp:LinkButton CssClass="color14" ID="btnAdditionalOptions" runat="server">additional options >></asp:LinkButton></td>
           </tr>
           <tr id="trAdditionalOptions" runat="server" visible="false">
               <td colspan="2" class="section_backgroundColor">
                   <table cellpadding="1" cellspacing="2" border="0" class="section_fieldHeaderColor">
                            <tr>
                                <td><asp:CheckBox ID="chkInexperiencedSkills" runat="server" Text="show inexperienced skills" AutoPostBack="true" /></td>
                                <td><asp:CheckBox ID="chkShowConfidential" runat="server" Text="show confidential" AutoPostBack="true" /></td>
                            </tr>
                            <tr>
                                <td><asp:CheckBox ID="chkBelowStandardClientFeedback" runat="server" Text="show below standard client feedback" AutoPostBack="true" /></td>
                                <td><asp:CheckBox ID="chkBelowStandardReference" runat="server" Text="show below standard reference" AutoPostBack="true" /></td>
                            </tr>
                            <tr>
                                <td><asp:CheckBox ID="chkBelowStandardNurseTesting" runat="server" Text="show below standard nurse testing" AutoPostBack="true" /></td>
                                <td><asp:CheckBox ID="chkInexperiencedAgeSpecific" runat="server" Text="show inexperienced age specific" AutoPostBack="true" /></td>
                            </tr>
                   </table>
                   <table cellpadding="1" cellspacing="2" border="0" class="section_backgroundColor">
                       <tr><td colspan="2">&nbsp;</td></tr>
                       <tr>
                           <td colspan="2" class="underline">per diem filter (experience)</td>
                       </tr>
                       <tr class="section_fieldHeaderColor">
                           <td>Select Areas</td>
                           <td>Select Clients</td>
                       </tr>
                       <tr valign="top">
                           <td>
                                    <asp:CheckBoxList ID="CheckBoxList_Areas" AutoPostBack="true" runat="server">
                                    </asp:CheckBoxList>
                           </td>
                           <td>
                                    <asp:CheckBoxList ID="CheckBoxList_Clients" AutoPostBack="true" runat="server">
                                    </asp:CheckBoxList>
                           </td>
                       </tr>
                   </table>
               </td>
           </tr>
           <tr><td colspan="2"><hr /></td></tr>
           
       </table>
   </td>
</tr>
<tr valign="top">
<td class="section_backgroundColor" style="padding:5px;width:40%">
            <telerik:RadToolTipManager Width="200" Height="200" RelativeTo="Element" ID="RadToolTipManager1"
                runat="server" OffsetX="15" Skin="Outlook" EnableShadow="true" ShowEvent="OnClick" AutoCloseDelay="0" HideEvent="ManualClose" Animation="None">
            </telerik:RadToolTipManager>
            <telerik:RadTreeView TriStateCheckBoxes="True" CheckChildNodes="True" 
                CheckBoxes="True" ID="RadTreeView_ProfileGenerator" runat="server" 
            EnableDragAndDrop="True" EnableDragAndDropBetweenNodes="True" 
                CausesValidation="False" Skin="Outlook" >
                <Nodes>
                    <telerik:RadTreeNode AllowDrag="false" AllowDrop="false" Checkable="true" Text="Profile Generator" Value="ProfileGeneratorNode" Expanded="true">
                        <Nodes>
                            <telerik:RadTreeNode Text="Cover Letter" Value="CoverLetterNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="General Information" Value="GeneralInformationNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="Professional Classification" Value="ProfessionalClassificationNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="Areas of Specialization" Value="AreasNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="Specialty Certifications" Value="CertificationNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="Skills" Value="SkillsNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="Employee Tests" Value="EmployeeTestsNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="Experience" Value="ExperienceNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="Client Evaluations" Value="ClientEvaluationsNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="Reference" Value="ReferenceNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="Reference Feedback" Value="ReferenceFeedbackNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="Education" Value="EducationNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="Continuing Education" Value="ContinuingEducationNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="Background / Drug Screen" Value="DrugScreeningNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="Competency Exam Results" Value="CompetencyExamResultsNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="Age Specific" Value="AgeSpecificNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="Other Documents" Value="OtherDocumentsNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="Orientation Testing" Value="OrientationTestingNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="HepB" Value="HepBNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                            <telerik:RadTreeNode Text="Employee Evaluations *" Value="EvaluationsNode" AllowDrag="true" AllowDrop="false" Checkable="true"></telerik:RadTreeNode>
                        </Nodes>
                    </telerik:RadTreeNode>
                </Nodes>
            </telerik:RadTreeView>
</td>
        <td align="left" class="section_backgroundColor" style="width:60%">&nbsp;
            <asp:Table ID="tblCoverLetter" runat="server" Visible="false" CssClass="section_backgroundColor"
            CellPadding="0" CellSpacing="2" BorderWidth="0" Width="100%">
                <asp:TableRow>
<asp:TableCell CssClass="section_backgroundColor">
                        <asp:Table ID="tblCoverParams" runat="server" style="margin-top:5px;" CssClass="section_fieldHeaderColor" 
                        cellspacing="2" cellpadding="1" width="100%" align="center" border="0">
                            <asp:TableRow>
   <asp:TableCell ColumnSpan="4" VerticalAlign="top">
                                    <asp:LinkButton ID="btnCloseCoverLetter" runat="server">Hide Cover Letter</asp:LinkButton>
   </asp:TableCell>
                            </asp:TableRow>
<asp:TableRow>
<asp:TableCell ColumnSpan="4" VerticalAlign="top">
   <asp:TextBox ID="txtCandidate" runat="server"></asp:TextBox>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell width="20%">To:</asp:TableCell>
<asp:TableCell width="30%">
   <asp:TextBox ID="txtTo" runat="server"></asp:TextBox>
                                    <asp:RequiredFieldValidator ID="rfvTo" ControlToValidate="txtTo" runat="server" 
                                    Display="Dynamic" ErrorMessage="The 'To' is required in the cover letter." Text="*" ValidationGroup="ProfileGenerator"></asp:RequiredFieldValidator>
</asp:TableCell>
   <asp:TableCell width="25%">Facility:</asp:TableCell>
   <asp:TableCell width="25%"><asp:TextBox ID="txtFacility" runat="server"></asp:TextBox></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell>Area:</asp:TableCell>
<asp:TableCell><asp:TextBox ID="txtArea" runat="server" /></asp:TableCell>
   <asp:TableCell>Type:</asp:TableCell>
   <asp:TableCell><asp:TextBox ID="txtType" runat="server"></asp:TextBox></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
 <asp:TableCell>Shift:</asp:TableCell>
 <asp:TableCell><asp:TextBox ID="txtShift" runat="server"></asp:TextBox></asp:TableCell>
     <asp:TableCell>Experience</asp:TableCell>
     <asp:TableCell><asp:TextBox ID="txtExperience" runat="server"></asp:TextBox></asp:TableCell>
 </asp:TableRow>
<asp:TableRow>
<asp:TableCell>Licensure:</asp:TableCell>
<asp:TableCell><asp:DropDownList ID="ddlLicensure" runat="server" /></asp:TableCell>
   <asp:TableCell>Available:</asp:TableCell>
   <asp:TableCell><asp:TextBox ID="txtAvailable" runat="server"></asp:TextBox></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell>Contact Number:</asp:TableCell>
<asp:TableCell>
                                    <telerik:RadComboBox ID="RadComboBox_ContactNumbers" runat="server"
                                    DropDownWidth="400px" HighlightTemplatedItems="true" MaxHeight="300px">
                                        <HeaderTemplate>
                                            <table cellpadding="0" cellspacing="2" class="emphasis section_fieldHeaderColor">
                                                <tr>
                                                    <td width="120px">Phone #</td>
                                                    <td width="120px">Phone Type</td>
                                                </tr>
                                            </table>
                                        </HeaderTemplate>
                                        <ItemTemplate>
                                            <table cellpadding="0" cellspacing="2">
                                                <tr>
                                                    <td width="120px"><asp:Label ID="lblPhone" runat="server"></asp:Label></td>
                                                    <td width="120px"><asp:Label ID="lblPhoneType" runat="server"></asp:Label></td>
                                                </tr>
                                            </table>                
                                        </ItemTemplate>
                                    </telerik:RadComboBox>
</asp:TableCell>
   <asp:TableCell>Best Time To Reach:</asp:TableCell>
   <asp:TableCell><asp:TextBox ID="txtBestTime" runat="server"></asp:TextBox></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell ColumnSpan="4" VerticalAlign="top">Introduction Section:</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell VerticalAlign="top" ColumnSpan="4">
   <asp:TextBox ID="txtIntro" Width="98%" runat="server" TextMode="MultiLine" Rows="4"></asp:TextBox>
                                    <telerik:RadSpell ID="RadSpell1" ControlToCheck="txtIntro" runat="server" />
</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell ColumnSpan="4" VerticalAlign="top">Closing Section:</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell VerticalAlign="top" ColumnSpan="4">
   <asp:TextBox ID="txtClosing" Width="98%" runat="server" TextMode="MultiLine" Rows="4"></asp:TextBox>
                                    <telerik:RadSpell ID="RadSpell2" ControlToCheck="txtClosing" runat="server" />
</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell ColumnSpan="4" VerticalAlign="top">Signature Section:</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
<asp:TableCell VerticalAlign="top" ColumnSpan="4"><asp:TextBox ID="txtSignature" Width="98%" runat="server" TextMode="MultiLine" Rows="4"></asp:TextBox></asp:TableCell>
</asp:TableRow>
<asp:TableRow>
   <asp:TableCell ColumnSpan="4">&nbsp;</asp:TableCell>
</asp:TableRow>
<asp:TableRow>
   <asp:TableCell ColumnSpan="4" HorizontalAlign="Center">
                                    <asp:Button ID="btnPreview_Cover" CausesValidation="true" ValidationGroup="ProfileGenerator"
                                    runat="server" Text="Preview Cover Letter" />
   </asp:TableCell>
</asp:TableRow>
<asp:TableRow>
   <asp:TableCell ColumnSpan="4" HorizontalAlign="Center">
                                    <asp:Label ID="lblMsg_Cover" runat="server" Text="" ForeColor="Red"></asp:Label>
   </asp:TableCell>
</asp:TableRow>
</asp:Table>
</asp:TableCell>
</asp:TableRow>
                <asp:TableRow>
                    <asp:TableCell ID="tdPreview_Cover" runat="server">
                    </asp:TableCell>
                </asp:TableRow>
            </asp:Table>


        </td>
</tr>
<tr>
   <td colspan="2">
            * note that the employee evaluations are the old scanned image method, please use the Client Evaluations section
   </td>
</tr>
<tr><td colspan="2">&nbsp;</td></tr>
<tr>
   <td colspan="2">
       <table class="section_fieldHeaderColor">
           <tr>
               <td colspan="2">Output Options :</td>
           </tr>
           <tr>
               <td>&nbsp;<input type="checkbox" id="chkUseImageHeader" runat="server" enableviewstate="false" /></td>
               <td>&nbsp;Use Image Header/Bookmarks</td>
           </tr>
       </table>
   </td>
</tr>
<tr><td colspan="2">&nbsp;</td></tr>
<tr>
   <td colspan="2" align="center" class="section_backgroundColor">
       <table width="100%" cellpadding="1" cellspacing="2" border="0" class="table_left">
           <tr>
               <td>
                   <telerik:RadTabStrip Width="100%" ID="RadTabStrip_Options" runat="server" 
                            MultiPageID="RadMultiPage_Options" SelectedIndex="0" Skin="Outlook"
                            ReorderTabsOnSelect="False" CssClass="">
                            <Tabs>
                                <telerik:RadTab Text="Preview"></telerik:RadTab>
                                <telerik:RadTab Text="Email"></telerik:RadTab>
                                <telerik:RadTab Text="VMS"></telerik:RadTab>
                                <telerik:RadTab Text="Save"></telerik:RadTab>
                            </Tabs>
                        </telerik:RadTabStrip>
                        <telerik:RadMultiPage Width="100%" ID="RadMultiPage_Options" SelectedIndex="0" runat="server">
                            <telerik:RadPageView ID="RadPageView_Preview" runat="server">
                                <table width="100%" style="height:100" cellpadding="1" cellspacing="2" border="0" class="section_border1">
                               <tr>
                                   <td>
                                       <table width="100" style="height:100%" cellpadding="1" cellspacing="2" border="0">
                                           <tr>
                                               <td align="center">
                                                        <asp:Button ID="btnViewProfileGenerator" runat="server" ValidationGroup="ProfileGenerator" CausesValidation="true" Text="View" />
                                               </td>
                                           </tr>
                                       </table>
                                   </td>
                               </tr>
                           </table>
                            </telerik:RadPageView>
                            <telerik:RadPageView ID="RadPageView_Email" runat="server">
                           <table width="100%" style="height:100" cellpadding="1" cellspacing="2" border="0" class="section_border1">
                               <tr>
                                   <td>
                                       <table style="height:100%" cellpadding="1" cellspacing="2" border="0">
                                           <tr>
                                               <td class="section_fieldHeaderColor">
                                                   Email To:
                                   <asp:RequiredFieldValidator ID="rfvEmail" ControlToValidate="txtEmailAddress" ErrorMessage="Email is required." ValidationGroup="ProfileGeneratorEmail" Display="None" runat="server" />
                                                        <asp:RegularExpressionValidator ID="revEmail" ControlToValidate="txtEmailAddress" ValidationGroup="ProfileGeneratorEmail" Display="None" ErrorMessage="Invalid email address." runat="server"  />
                                               </td>
                                               <td><asp:TextBox ID="txtEmailAddress" Width="250" runat="server"></asp:TextBox></td>
                                           </tr>
                                           <tr>
                                               <td class="section_fieldHeaderColor">
                                                   Subject:
                                   <asp:RequiredFieldValidator ID="rfvSubject" ControlToValidate="txtEmailSubject" ErrorMessage="Subject is required." ValidationGroup="ProfileGeneratorEmail" Display="None" runat="server" />
                                               </td>
                                               <td><asp:TextBox ID="txtEmailSubject" Width="250" MaxLength="255" runat="server"></asp:TextBox></td>
                                           </tr>
                                           <%--<tr>
                                               <td class="section_fieldHeaderColor">As Attachment:</td>
                                               <td><asp:CheckBox ID="chkEmailAsAttachment" runat="server" /></td>
                                           </tr>--%>
                                           <tr>
                                               <td></td>
                                               <td>
                                                        <asp:Button ID="btnEmail" runat="server" ValidationGroup="ProfileGeneratorEmail" CausesValidation="true" Text="Send" />
                                               </td>
                                           </tr>
                                       </table>
                                   </td>
                               </tr>
                           </table>
                            </telerik:RadPageView>
                            <telerik:RadPageView ID="RadPageView_VMS" runat="server">
                           <table width="100%" style="height:100" cellpadding="1" cellspacing="2" border="0" class="section_border1">
                               <tr>
                                   <td>
                                       <table style="height:100%" cellpadding="1" cellspacing="2" border="0">
                                           <tr>
                                               <td class="section_fieldHeaderColor">VMS Type:</td>
                                               <td>
                                                        <asp:DropDownList id="ddlVMSType" runat="server" Width="156px">
                                                            <asp:ListItem Value="Standard">Standard</asp:ListItem>
                                                            <asp:ListItem Value="Beeline">Beeline</asp:ListItem>
                                                            <asp:ListItem Value="PDF">PDF</asp:ListItem>
                                                        </asp:DropDownList>
                                               </td>
                                           </tr>
                                           <tr>
                                               <td class="section_fieldHeaderColor">Append to one file:</td>
                                               <td><asp:CheckBox ID="chkVMSAppendToOneFile" runat="server" /></td>
                                           </tr>
                                           <tr>
                                               <td>
                                                        <asp:Label ID="lblValidNodes" CssClass="underline pointer section_fieldHeaderColor" runat="server" Text="valid nodes"></asp:Label>
                                                        <telerik:RadToolTip ID="RadToolTip1" runat="server" Animation="Fade" TargetControlID="lblValidNodes" ShowEvent="OnClick">
                                                            <table cellpadding="1" cellspacing="2" border="0" width="250">
                                                                <tr>
                                                                    <td class="emphasis">Valid nodes for image creation</td>
                                                                </tr>
                                                                <tr><td>Professional Classification</td></tr>
                                                                <tr><td>Specialty Certifications</td></tr>
                                                                <tr><td>Skills</td></tr>
                                                                <tr><td>Employee Tests</td></tr>
                                                                <tr><td>Client Evaluations</td></tr>
                                                                <tr><td>Reference</td></tr>
                                                                <tr><td>Reference Feedback</td></tr>
                                                                <tr><td>Continuing Education</td></tr>
                                                                <tr><td>Background / Drug Screen</td></tr>
                                                                <tr><td>Competency Exam Results</td></tr>
                                                                <tr><td>Age Specific</td></tr>
                                                                <tr><td>Other Documents</td></tr>
                                                                <tr><td>Orientation Testing</td></tr>
                                                                <tr><td>Employee Evaluations</td></tr>
                                                            </table>
                                                        </telerik:RadToolTip>
                                               </td>
                                               <td>
                                                        <asp:Button ID="btnVMS" runat="server" ValidationGroup="ProfileGenerator" CausesValidation="true" Text="Create" />
                                               </td>
                                           </tr>
                                       </table>
                                   </td>
                               </tr>
                           </table>
                            </telerik:RadPageView>
                            <telerik:RadPageView ID="RadPageView_Save" runat="server">
                           <table width="100%" style="height:100" cellpadding="1" cellspacing="2" border="0" class="section_border1">
                               <tr>
                                   <td>
                                       <table style="height:100%" cellpadding="1" cellspacing="2" border="0">
                                           <tr>
                                               <td class="section_fieldHeaderColor">
                                                   Name
                                   <asp:RequiredFieldValidator ID="rfvName" ControlToValidate="txtSaveName" ErrorMessage="Save Name is required." ValidationGroup="ProfileGeneratorSave" Display="None" runat="server" />
                                               </td>
                                               <td><asp:TextBox ID="txtSaveName" MaxLength="40" runat="server"></asp:TextBox></td>
                                           </tr>
                                           <tr>
                                               <td class="section_fieldHeaderColor">Description</td>
                                               <td><asp:TextBox ID="txtSaveDesc" MaxLength="150" runat="server"></asp:TextBox></td>
                                           </tr>
                                           <tr>
                                               <td class="section_fieldHeaderColor">Valid Until</td>
                                               <td>
                                                        <asp:CompareValidator ID="CompareValidator_SaveValidUntil" runat="server" ErrorMessage="Valid until date is invalid" ControlToValidate="txtSaveValidUntil" ValidationGroup="ProfileGeneratorSave" Type="Date" Display="Dynamic" Text="*" Operator="DataTypeCheck"></asp:CompareValidator>
                                                        <telerik:RadDatePicker ID="txtSaveValidUntil" runat="server">
                                                            <Calendar ID="Calendar1" runat="server"> 
                                                                <SpecialDays> 
                                                                    <telerik:RadCalendarDay Repeatable="Today" ItemStyle-BackColor="LightBlue"> 
                                                                    </telerik:RadCalendarDay> 
                                                                </SpecialDays> 
                                                            </Calendar> 
                                                        </telerik:RadDatePicker> (mm/dd/yyyy)
                                               </td>
                                           </tr>
                                           <tr>
                                               <td></td>
                                               <td>
                                                        <asp:Button ID="btnSaveProfileGenerator" runat="server" ValidationGroup="ProfileGeneratorSave" CausesValidation="true" Text="Save" />
                                               </td>
                                           </tr>
                                       </table>
                                   </td>
                               </tr>
                           </table>
                            </telerik:RadPageView>
                        </telerik:RadMultiPage>
               </td>
           </tr>
           <tr>
               <td align="center">
                        <asp:Label ID="lblMsg_Save" runat="server" Text="" ForeColor="Green"></asp:Label>
               </td>
           </tr>
       </table>
   </td>
</tr>
<tr>
   <td colspan="2" align="center" class="section_backgroundColor">
            <asp:ValidationSummary ID="ValidationSummary_Email" ValidationGroup="ProfileGeneratorEmail" runat="server" />
            <asp:ValidationSummary ID="ValidationSummary_Save" ValidationGroup="ProfileGeneratorSave" runat="server" />
            <asp:ValidationSummary ID="ValidationSummary_ProfileGenerator" ValidationGroup="ProfileGenerator" runat="server" />
   </td>
</tr>
<tr>
   <td colspan="2">
            <asp:DropDownList ID="ddlAssignmentTypes" runat="server" Visible="false"></asp:DropDownList>
            <asp:DropDownList ID="ddlAreas" runat="server" Visible="false"></asp:DropDownList>
   </td>
</tr>
</table>

0
Marin Bratanov
Telerik team
answered on 26 Aug 2011, 12:32 PM
Hello Carlo,

In the markup you have pasted I cannot locate target controls for the tooltip manager, nor the Valid Nodes label in the rendered page that is a target for the standalone tooltip. What I would recommend, if this is still an issue after upgrading to the latest version, is that you isolate this in a simpler page so that we can run, see and debug this.

I can also suggest another alternative if you are using the RadToolTipManager's OnAjaxUpdate event - cancel the showing of the tooltip, then when the entire response is received you can resize the tooltip according to the content. This is the earliest point such a resize is possible, since before that we do not have the contents. If you wish I can send you some code that will accomplish this task.

Please note that this approach will eliminate the animation, so if you insist on using it the best thing to do is provide at least a Width for the tooltip so that the browser has a dimension, according which the content shall be placed.

You could, of course, use an animation that does not create this issue for you, if you find it suitable.


Greetings,
Marin
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
ToolTip
Asked by
Carlo DiGiacomo
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Carlo DiGiacomo
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or