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

Tooltip not showing up with Prometheus RadDatePicker

3 Answers 98 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
daviddam
Top achievements
Rank 1
daviddam asked on 19 Oct 2007, 06:37 PM
I am probably doing something wrong, but I can't seem to figure out how to point the icon in a RadDatePicker to a RadToolTipManager.
In fact, if I set the ToolTip property of the DatePopupButton, only a standard Tooltip will appear even if I have a RadToolTipManager without any TargetControls specified.

If it helps I am creating the RadDatePicker server-side using C#.

Any one have any ideas?

Thanks!

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 23 Oct 2007, 01:42 PM
Hello daviddam,

I've tried to reproduce the problem locally but to no avail. I've posted below my setup and as you can see from the screenshot, everything is working as expected. Can you please let me know what is different in your code?

protected void Page_Load(object sender, EventArgs e)  
{  
    Telerik.Web.UI.RadDatePicker newpicker = new Telerik.Web.UI.RadDatePicker();  
    newpicker.ID = "picker1";  
    newpicker.DatePopupButton.ToolTip = "My Custom DatePopupButton ToolTip";  
    form1.Controls.Add(newpicker);  

<body> 
    <form id="form1" runat="server">  
        <div> 
            <asp:ScriptManager ID="Scriptmanager1" runat="server">  
            </asp:ScriptManager> 
            <telerik:RadToolTipManager Position="BottomRight" ID="RadToolTipManager1" runat="server">  
            </telerik:RadToolTipManager> 
        </div> 
    </form> 
</body> 


Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
daviddam
Top achievements
Rank 1
answered on 06 Nov 2007, 06:40 PM
The problem I am having is that I need to assign a specific tooltipmanager.  I can't use the "default" one.

Thanks!
0
Georgi Tunev
Telerik team
answered on 09 Nov 2007, 03:17 PM
Hi daviddam,

I am afraid that currently there is no convenient way to use a specific RadToolTIpManager with RadDatePicker due to the rendering of the RadDatePicker control. This issue is logged in our database and we will improve the control in one of the following updates.



Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
daviddam
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
daviddam
Top achievements
Rank 1
Share this question
or