This is a migrated thread and some comments may be shown as answers.

RadScheduler Popup Calendar

2 Answers 110 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Janean Angeles
Top achievements
Rank 1
Janean Angeles asked on 01 Aug 2012, 10:32 PM
I've recently upgraded our application to .net 4.0 and since then the popup calendar has basically stopped working.

See: http://freeport.ss.syntaxcom.com/calendar/calendarview.aspx?group=&RequestedDate=8/1/2012&RequestedCalendar=monthgrid

The popup displays, but the header is behind the monthview day headers and you cannot select the mini-calendar dates as it's technically displaying behind the monthview's day entries.

I've tried various css options with no success.  I've seen this issue has popped up before in the forums, but I've not found a solution that works.  Any ideas?

Note: The current version of Telerik in the project is: 2012.2.724.40

2 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 06 Aug 2012, 11:45 AM
Hi,

 
Here is the css selector that invokes this unusual behavior:

.RadScheduler .rsHeader {
z-index: 1 !important;
}

When you remove it RadScheduler should work properly. Hope this will be helpful.

Kind regards,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Janean Angeles
Top achievements
Rank 1
answered on 06 Aug 2012, 07:07 PM
That was it exactly!  Thanks Plamen.
Tags
Scheduler
Asked by
Janean Angeles
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Janean Angeles
Top achievements
Rank 1
Share this question
or