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

Editing the scheduler causes the calendars to display incorectly

3 Answers 50 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
MfE_Developer
Top achievements
Rank 1
MfE_Developer asked on 20 Oct 2011, 09:17 PM
Whenever the scheduler is clicked on to add/edit an appointment, it causes the calendar to display incorectly.
I have attempted to hack the css:

.RadCalendar .rcRow td
{
   border-top-width: 0px!important;
   border-right-width: 0px!important;
   border-bottom-width: 0px!important;
   border-left-width: 0px!important;
 
}

But this has an equally bizarre effect.

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 21 Oct 2011, 10:17 AM
Hello Mike,

What browser do you use? With IE you might be running into this browser bug. When you open the advanced form, since it contains a few other RadControls such as RadTextBox, RadComboBox, RadDatePicker, etc. they all register their css styles and thus the IE stylesheets limit is depleted and the RadCalendar styles might not be honored.


Regards, Peter
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
MfE_Developer
Top achievements
Rank 1
answered on 24 Oct 2011, 08:52 PM
Thanks for that. However, since I'm not using any custom style sheets, only the ones that are integrated into the Telerik controls, how do I utilise the 'fix' that is suggested? Is their any work around? I know it's Microsoft's fault, but has anyone created any trickery to mitigate the issue?
0
Peter
Telerik team
answered on 25 Oct 2011, 11:10 AM
Hello Mike,

The blog post actually suggests some workarounds. Have you considered them?


Greetings, Peter
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
Tags
Scheduler
Asked by
MfE_Developer
Top achievements
Rank 1
Answers by
Peter
Telerik team
MfE_Developer
Top achievements
Rank 1
Share this question
or