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

Highlights week on mouse over

1 Answer 33 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Gioce90
Top achievements
Rank 1
Gioce90 asked on 16 Jun 2016, 07:17 AM

Hi, I'm trying to highlight a week on mouse over (and not a single day, as it is now), and I would do it with javascript.

But it seems that RadDatePicker and Calendar does not provide the OnMouseOver method. Suggestions?

 

 

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 21 Jun 2016, 06:57 AM
Hi,

You are correct that there is no mouseover event for the calendar, but you could attach handlers for that event through jQuery to the corresponding DOM elements generated for the calendar days and perform you custom logic through the client-side API of the control (or again with jQuery).


Best Regards,
Konstantin Dikov
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Calendar
Asked by
Gioce90
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or