How to make CalendarExtender, extending TextBox placed inside ModalPopupExtender, to show in front of ModalPopupExtender ?
Add this bit of javascript to your page:
function calendarShown(sender, args)
{
sender._popupBehavior._element.style.zIndex = 10005;
}
And then in the attributes for your calendar extender, add:
OnClientShown="calendarShown"
My solution is in CSS:
.ajax__calendar_container
{
position: relative;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With