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

DatePicker & ModalPopupExtender problem

1 Answer 164 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Loren
Top achievements
Rank 1
Loren asked on 29 Jan 2009, 09:19 PM
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:

<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?

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 02 Feb 2009, 04:06 PM
Hi Loren,

Could you please prepare a sample project illustrating the issue you are facing and send it to us? Thus I could debug it locally and try finding a proper solution for you.

Looking forward your reply,
Iana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Calendar
Asked by
Loren
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or