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

Dynamically Create Dock then Link to ToolTipManager

1 Answer 46 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Oleg Fridman
Top achievements
Rank 2
Oleg Fridman asked on 29 Sep 2007, 01:54 PM
I have a test site that I am writing to test how some of the new controls work together.

Currently, I am loading several Docks into a RadDockLayout in the Page_Init. Then, in the Page_Load, I am running the following code:
RadToolTipManager1.TargetControls.Add("CLIENT ID HERE"true

The clientID above references an Image control that I have placed in the Dock. This is working just fine. The tooltip loads w/o any issue.

However, when I dynamically create another Dock at a later point in time using the methods in the Dynamic Dock example, I cannot seem to get the TargetControls.Add method to register. I get no error, but no tooltip apears.

I have tried placing it in the ButtonAddDock_Click function: nada. What is the best way to pull this off?

Thanks in advance!

1 Answer, 1 is accepted

Sort by
0
Petio Petkov
Telerik team
answered on 03 Oct 2007, 01:40 PM
Hi Oleg Fridman,

I create a simple example based on Dynamic Docks example and everything works. Please find it like an attachment.

If your problem is something else, please open a new support ticket and send us simple running project where we can observe this issue.

Best wishes,
Petio Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Dock
Asked by
Oleg Fridman
Top achievements
Rank 2
Answers by
Petio Petkov
Telerik team
Share this question
or