Hello Michael,
The problem you are facing is caused by the Z-index of RadCalendar, which is smaller that the ToolTip index. In order to have the application working properly use the following:
|
<script type="text/javascript"> |
|
function pageLoad() |
{ |
Telerik.Web.UI.Calendar.Popup.zIndex = 10000000; |
} |
</script> |
Greetings,
Plamen
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.