I'm using the Date Picker control (build 2008.3.1125.20) with the FastNavigation option enabled inside a modal widow (ModalPopupExtender). I'm using the RadAjaxManager to handle the Ajax, and I am setting the zIndex with the following code:
When I open the modal initially, the date picker works fine... the calendar popup appears above the modal, and the fast navigation popup appears on top of that. If I close the modal window, and then open it again, clicking the calendar button still shows the calendar popup correctly, but if I click the month, the fast navigation popup appears underneath the calendar popup (but still on top of the modal window). The problem only occurs on subsequent loads of the modal window (2nd, 3rd, etc)... never the first.
Any ideas?
<script type="text/javascript"> |
function pageLoad(sender, args) { |
Telerik.Web.UI.Calendar.Popup.zIndex = 10000000; |
} |
</script> |
When I open the modal initially, the date picker works fine... the calendar popup appears above the modal, and the fast navigation popup appears on top of that. If I close the modal window, and then open it again, clicking the calendar button still shows the calendar popup correctly, but if I click the month, the fast navigation popup appears underneath the calendar popup (but still on top of the modal window). The problem only occurs on subsequent loads of the modal window (2nd, 3rd, etc)... never the first.
Any ideas?