Hi,
I have a Calendar control on ModalPopup extender and when I click on Calendar control sometime due to its size, it need more space than modal popup extender and it create Scroll bar on Modal Popup.
I am looking for way to override the calendar outside the modal popup. So scroll doesn't generate. I tried few css property but some how calendar doesn't go outside the ModalPopup.
.ajax__calendar_container
{ position :absolute;
z-index : 1000003 !important;
}
can you please assist, whether , is there any way I can display calendar outside the modalpopup boundary means half inside, half out???? Please refer the attachment for more detail.
I have a Calendar control on ModalPopup extender and when I click on Calendar control sometime due to its size, it need more space than modal popup extender and it create Scroll bar on Modal Popup.
I am looking for way to override the calendar outside the modal popup. So scroll doesn't generate. I tried few css property but some how calendar doesn't go outside the ModalPopup.
.ajax__calendar_container
{ position :absolute;
z-index : 1000003 !important;
}
can you please assist, whether , is there any way I can display calendar outside the modalpopup boundary means half inside, half out???? Please refer the attachment for more detail.