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

MouseEnter MouseLeave

3 Answers 65 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Scott Michetti
Top achievements
Rank 1
Scott Michetti asked on 16 Nov 2011, 09:54 PM
Hello. In the ScheduleView ,is there a way to trap a MouseEnter, MouseLeave, and MouseMove event for the appointments themselves?
How would I accomplish this?

Thanks
Scott

3 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 17 Nov 2011, 08:38 AM
Hello Scott,

There is no easy way to handle the mouse events on the appointment items, but most probably we offer different API that might be of help. Could you provide more details about what you are trying to achieve?

Greetings,
Valeri Hristov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Scott Michetti
Top achievements
Rank 1
answered on 17 Nov 2011, 03:26 PM
Thanks Valeri. The issue I have is the tooltip window that pops up for each appointment only stays up for 7 seconds. I'm not sure if Silverlight 5 will address this issue or not. In WPF, there's a duration property, but not in Silverlight. So what I was thinking is that I can capture the mouseover and pop up my own window. If you can think of a better solution, I'd appreciate it.

Scott
0
Valeri Hristov
Telerik team
answered on 17 Nov 2011, 05:47 PM
I see. Probably the easiest way to replace the built-in tooltip is to first disable it by setting RadScheduleView.TooltipTemplate=null, then create custom appointment template and set a 3rd party tooltip inside, such as this one that is much more powerful than the standard:
http://tooltipservice.codeplex.com/

As far as I know Silverlight 5 will not enhance the tooltips, but you should be able to simplify the above suggestion just by binding the custom tooltip's attached property in the appointment style (instead of creating custom appointment template).

Regards,
Valeri Hristov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ScheduleView
Asked by
Scott Michetti
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Scott Michetti
Top achievements
Rank 1
Share this question
or