Hello Jerome,
Please try to increase the RadDatePicker z-index by using the following code on page load:
<script type="text/javascript">
function pageLoad()
{
Telerik.Web.UI.Calendar.Popup.zIndex = 10000000;
}
</script>
Test this approach and let us now if this helps.
Best wishes,
Maria Ilieva
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.