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

Calender Underline not working for IE8

3 Answers 34 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Divya
Top achievements
Rank 1
Divya asked on 15 May 2013, 10:32 AM
Hi,

Calender day  font underline itemstyle is not working for IE8 ( version : 8.0.6001.18702) ... Its working in other browsers and ie  versions. Is there any solution for this ? Thanks!

3 Answers, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 20 May 2013, 09:00 AM
Hello Divya,

I strongly recommend that you avoid setting the styles with markup attributes when it is possible to do it with CSS. One possible solution is the following:
.RadCalendar .rcMain .rcRow td a {
    text-decoration: underline;
}

I hope this helps.

All the best,
Venelin
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
Divya
Top achievements
Rank 1
answered on 20 May 2013, 10:12 AM
I am setting the underline and overline form code behind...the overline is working but not the underline...
0
Venelin
Telerik team
answered on 23 May 2013, 10:11 AM
Hello Divya,

This is due to some browser limitations related to inheriting the values for text-decoration property. The value "inherit" is not supported in IE7 and earlier. The code snippet provided in my last post should work around the issue.

I hope this helps.

All the best,
Venelin
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
Calendar
Asked by
Divya
Top achievements
Rank 1
Answers by
Venelin
Telerik team
Divya
Top achievements
Rank 1
Share this question
or