Click here to Skip to main content
15,903,203 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Calender inside ModalPopUp but shown in background.
So, v can use following javascript..

C#
function CalendarShown(sender, args) {
            sender._popupBehavior._element.style.zIndex = 10005;
        }


I was facing this problem so i just wrote this to help other if they are facing the same..
Posted

1 solution

Looks like you wanted to share across some Tip/Trick you came across.
If so, this is not the right forum for the same.

Use:Post new Tip/Trick[^]

Please see that while posting you use, proper and full english words (like v => we)
:thumbsup:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900