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

Special Day Outlook Skin

3 Answers 53 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Kyle Schiele
Top achievements
Rank 1
Kyle Schiele asked on 30 Jun 2008, 03:33 PM

The outlook skin’s special day is not  rendering properly. It leaves a white gap in the middle of the day.  If I mouse over the special day it will properly color the special day on the calendar.  Any suggestions on how to fix this behavior.  The Telerik skin properly highlights the day on inital rendar.  Any suggestions?

 

Kyle

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 01 Jul 2008, 01:16 PM
Hi Kyle,

RadCalendar skins do not contain any specific styles for special days. All special days are styled with custom styles.

Indeed, it is possible that the Outlook skin styles do not work well with your special days' styles. Please send us a live URL or a sample project, which reproduces the issue and we will take a look. Thank you in advance.


All the best,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Kyle Schiele
Top achievements
Rank 1
answered on 01 Jul 2008, 07:30 PM
Please see Bug Report #147480
0
Dimo
Telerik team
answered on 02 Jul 2008, 06:09 AM
Hello Kyle,

Thank you for the attached project. Indeed, there are styles in the Outlook skin, which interfere with the Special Day style that you have set. However, this is not a bug.

I recommend that you set a CssClass to the special days and override the skin styles like this:


C#

itemDay.ItemStyle.CssClass = "lightBlue";
itemDay2.ItemStyle.CssClass = "lightBlue";


CSS

.TableLayout_Outlook  td.lightBlue ,
.TableLayout_Outlook  td.lightBlue  a
{
    background:lightblue;
    border-color:lightblue;
}


Let us know if you need further advice.


Greetings,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Calendar
Asked by
Kyle Schiele
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Kyle Schiele
Top achievements
Rank 1
Share this question
or