I am copied relevant part of my HTML code.
lblWorkflowItem1 activates my bespoke tooltip..
When i mouse-over the sliding pane it also activates this bespoke tooltip, and i want it to display nothing !
Thanks
Mark
<telerik:RadToolTipManager runat="server" ID="RadToolTipManager1" Position="Center" RelativeTo="Element" Width="320px" ManualClose="True" Height="320px" Animation="Resize" Sticky="true" Skin="WebBlue" OnAjaxUpdate="OnAjaxUpdate"></telerik:RadToolTipManager>
<div>
<telerik:RadSplitter id="RadSplitter1" runat="server" height="99%" width="100%" ResizeMode="EndPane" Skin="WebBlue" Orientation="Horizontal" VisibleDuringInit="false" >
<telerik:RadPane ID="topPane" runat="server" Width="100%" Height="20px" >
<telerik:RadSlidingZone id="RadSlidingZone1" runat="server" width="100%" clicktoopen="true" SlideDirection="Bottom">
<telerik:RadSlidingPane id="quotationslidingPane" title="Job Ref:" runat="server" width="100%" Height="100px" EnableDock="false" >
<asp:LinkButton ID="hplCompanyName" runat="server"></asp:LinkButton>
<br /><br />
<asp:Label ID="lblCompanyAddress" runat="server" Width="90%"></asp:Label>
<br />
<asp:Label ID="lblCompanyTelFax" runat="server" Width="90%"></asp:Label>
</telerik:RadSlidingPane>
</telerik:RadSlidingZone>
</telerik:RadPane>
<telerik:RadPane id="workflowPane" runat="server" Width="98%" Height="32px">
<div>
<asp:Table ID="Table2" runat="server" Width="100%" >
<asp:TableRow>
<asp:TableCell>
<asp:Label name="lblWorkflowItem1" ID="lblWorkflowItem1" runat="server" BorderStyle="Solid" BorderWidth="1px" Font-Bold="True" Font-Size="Small" Text="Q" Width="15px" BackColor="White" BorderColor="Gray" ForeColor="White"></asp:Label>
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</div>
</telerik:RadPane>
<telerik:RadPane id="bottomPane" runat="server" Scrolling="None">
<telerik:RadSplitter id="Radsplitter6" runat="server" Skin="WebBlue" VisibleDuringInit="false">
<telerik:RadPane id="navigationPane" runat="server" Width="250px" >
<div>
</div>
</telerik:RadPane>
<telerik:RadSplitBar id="RadSplitbar1" runat="server" CollapseMode="Forward"></telerik:RadSplitBar>
<telerik:RadPane id="iframePane" runat="server" scrolling="none" width="100%">
<div>
</div>
</telerik:RadPane>
</telerik:RadSplitter>
</telerik:RadPane>
</telerik:RadSplitter>