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

Calendar next to 'Today' not rendered correctly

6 Answers 39 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 2
Martin asked on 25 Jul 2014, 11:06 AM
When i press the little triangle next to 'Today' in the header of the scheduler, the calendar is only partially shown.
The bottom row with dates has disappeared and i am missing a few icons left and right of the header text
The functionallity (go to prev month, next month, etc) is working, just no icons.

Any suggestions where to look ?

6 Answers, 1 is accepted

Sort by
0
Martin
Top achievements
Rank 2
answered on 25 Jul 2014, 11:11 AM
It think it is related to 'Compatibilitymode' being turned on for this website.
Problem is that we can't turn it of at this time, as we are only in the process of upgrading.
Any suggestions for a work-around until we done upgrading ?
0
Steve
Top achievements
Rank 1
answered on 25 Jul 2014, 04:51 PM
I'm having the exact same problem. It started happening after I upgraded to the newest version. I'm going to revert to the old version until they get this fixed.
0
Steve
Top achievements
Rank 1
answered on 25 Jul 2014, 04:57 PM
Neverming...can't downgrade because it's a Qx.x upgrade. Some testing would have been nice prior to release; my users can't work.
0
Aneliya Petkova
Telerik team
answered on 28 Jul 2014, 08:59 AM
Hello,

The issue you are experiencing with RadScheduler's nested RadCalendar is a known one. This issue is reproducible when RenderMode is set to Lightweight or RenderMode is Auto. If you set RadScheduler RenderMode=Classic, this issue should not appear. If you need to use Lightweight or Auto render mode, there is a temporary workaround for this problem. Please apply the following CSS:
<style type="text/css">
    .RadScheduler .RadCalendar {
        height: 186px !important;
        width: 220px !important;
    }
</style>


Regards,
Aneliya Petkova
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Martin
Top achievements
Rank 2
answered on 28 Jul 2014, 12:02 PM
The CSS helps to show the whole calendar pop-up, but the icons (prev month, next month etc) next to the date are still missing ?
0
Aneliya Petkova
Telerik team
answered on 28 Jul 2014, 12:37 PM
Hi Martin,

I am not able to reproduce the issue with the invisible icons. Attached to this thread you can find how the RadCalendar looks at my side. Can you please provide a very simplified runnable project that I can be tested and check what might be causing the issue in your particular case?

Regards,
Aneliya Petkova
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Scheduler
Asked by
Martin
Top achievements
Rank 2
Answers by
Martin
Top achievements
Rank 2
Steve
Top achievements
Rank 1
Aneliya Petkova
Telerik team
Share this question
or