Hi Richard,
You only need to modify the namespace of the RenderDay class as it is different for the Prometheus version of the control:
<script type="text/javascript"> |
window.onload = function() |
{ |
Telerik.Web.UI.Calendar.RenderDay.prototype.ApplyHoverBehavior = function(){return false;}; |
} |
</script> |
|
<telerik:RadCalendar ID="RadCalendar1" runat="server"> |
</telerik:RadCalendar> |
Hope this helps.
All the best,
Manuel
the Telerik team