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

Tooltip inside a User Control with Tooltips

1 Answer 60 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Cliff Gibson
Top achievements
Rank 1
Cliff Gibson asked on 11 Jan 2011, 06:27 PM
I've got a simple user control which contains a Rad Combo Box, and the Combo has a Rad Tooltip attached.

The UC is then placed inside another tooltip within another form and opened when a button is pressed.  However when I click into the combo in the UC with the tooltip the tooltip with the UC closes...

Any advice anyone...!???

Cheers
Cliff

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 12 Jan 2011, 10:05 AM
Hi Cliff Gibson,

 Only a single tooltip might be visible at any given time and thus when you open the second one, the first one hides. This behavior is by design and will not be changed as changing it would defy the purpose of the control.

The purpose of a tooltip is to provide additional information for a given element. It is not meant to be used as a popup control or as a draggable panel. For this purpose we provide RadWindow and RadDock controls. Both of these controls allow more than one visible element of the kind on the page.

Our suggestion is to consider using RadWindow and RadDock controls.

Best wishes,
Svetlina
the Telerik team
Browse the vast support resources we have to jump start 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.
Tags
ToolTip
Asked by
Cliff Gibson
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or