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

Tooltip Popups for Calendar Cells

3 Answers 72 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Rodney Lane
Top achievements
Rank 1
Rodney Lane asked on 06 Aug 2013, 04:06 AM
Hi There

I have a requirement to have a popup "thingy" (assuming a tooltip ) appear when a user hover the mouse over a particular calendar cell.

When the user hovers over this cell (date) the popp needs to happen and display a summary of specific things happening that day.

Can someone please point me in the right direction of how I might actually do this.

I have tried to make a RadTooltip appear but I cannot get that to work at all.

Any help much appreciated

Kind Regards

Rod.

3 Answers, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 07 Aug 2013, 12:52 PM
Hello Rodney,

In order to implement ToolTips in RadCalendar you have to customize the CalendarButton Style by creating a custom StyleSelector and setting it to the DayButtonStyleSelector property of the control. Inside of the custom StyleSelector you can easily modify the buttons in order to include a custom ToolTip. Please check the attached sample project which demonstrates the exact approach of achieving this.

For more information about customizing the CalendarButtons you can also see the following article from our online documentation:
http://www.telerik.com/help/silverlight/radcalendar-styling-and-appearance-daybuttonstyleselector.html

Hope this helps.

Regards,
Kalin
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Rodney Lane
Top achievements
Rank 1
answered on 12 Aug 2013, 03:50 AM
Many thanks

Will give that a try and post back on the results.

Regards

Rod.
0
Rodney Lane
Top achievements
Rank 1
answered on 30 Sep 2013, 12:34 PM
Hi Guys

Apologies for the delay.

Ok - I managed to get this to work by using the TemplateSelector instead of the StyleSelector.

Its actually quite simple once you know how :)

Many thanks

Cheers

Rod.
Tags
Calendar
Asked by
Rodney Lane
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Rodney Lane
Top achievements
Rank 1
Share this question
or