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

RadToolTipManager in Masterpage + Scheduler

1 Answer 48 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
GISWebDev
Top achievements
Rank 2
GISWebDev asked on 09 Feb 2011, 11:28 PM
e.Appointment.ToolTip = e.Appointment.Description;

The above is the current tooltip info included in DataBound the event of my scheduler.  Very basic.

Question:  With a RadToolTipManager already included in the sitewide masterpage what's the easiest approach to customize only the tooltips for the appointments in the scheduler?  We use the RadToolTipManager sitewide for all tooltips.  I've looked at the tooltip scheduler example: http://demos.telerik.com/aspnet-ajax/scheduler/examples/radtooltip/defaultcs.aspx but this doesn't take into account my scenario and was wondering if there is an alternate way which would not be so time consuming.

Thanks in advance!
TR

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 15 Feb 2011, 12:57 PM
Hello Ripsin,

I am afraid that I was not able to completely understand your scenario. As far as I understood, you have one RadToolTipManager on a master page and you want to have different appearance or behavior for only the tooltips in the scheduler. If so, I suggest to add another RadToolTipManager and use it only for the  scheduler tooltips - in this manner you can customize only the tooltips from the second manager.

There will not be significant performance difference or any incompliances in using more than one tooltip manager controls on the same page - this is a valid scenario and you should not encounter problems with it.

In case I have misunderstood you or you need further assistance, please provide more detailed explanations about the exact scenario and the customization you want to make and once I get a better understanding on the case I will do my bets to help.

Regards,
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
GISWebDev
Top achievements
Rank 2
Answers by
Svetlina Anati
Telerik team
Share this question
or