We can solve the problem of hiding CalenderExtender by increasing the z-index
Example:-
Add Javascript to the CalendraExtender event OnClientShownLike OnClientShown="onCalenderShown"
Javascript function:-
function onCalenderShown(sender,args)
{
sender._popupBehavior._element.style.zIndex=150002;
}
Example:-
Add Javascript to the CalendraExtender event OnClientShownLike OnClientShown="onCalenderShown"
Javascript function:-
function onCalenderShown(sender,args)
{
sender._popupBehavior._element.style.zIndex=150002;
}
No comments:
Post a Comment