CalendarXP.net Support Forum Index CalendarXP.net Support
Most forums here are private and invisible to public.
 
 FAQFAQ   SearchSearch   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[PopCalendarXP] The calendar displays behind .NET AjaxToolkit Modal Popup window, how to fix?

 
Post new topic   Reply to topic    CalendarXP.net Support Forum Index -> CalendarXP F.A.Q.
View previous topic :: View next topic  
Author Message
calendarxp
Site Admin


Joined: 30 Jan 2005
Posts: 409

PostPosted: Fri Jan 30, 2009 7:46 pm    Post subject: [PopCalendarXP] The calendar displays behind .NET AjaxToolkit Modal Popup window, how to fix? Reply with quote

The .Net AjaxToolkit Modal window control has a default z-index higher than we used for the calendar's iframe (which is 999 by default), and that's why it blocks the view of calendar if you are tring to use PopCalendarXP inside such window.

The fix is simple, either change the z-index of the calendarxp iframe tag to a higher value than the .net component, e.g. 10001.

Or assign a css style with z-index value lower than 999 to the .net Modal window control. e.g.
Code:
<style>
.ForegroundStyle {z-index:900}
</style>
<ajaxToolkit:ModalPopupExtender CssClass="ForegroundStyle" ...>

_________________
Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    CalendarXP.net Support Forum Index -> CalendarXP F.A.Q. All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Copyright 2003- Idemfactor Solutions, Inc. All rights reserved.
Powered by phpBB © 2001, 2005 phpBB Group