As you probably know, IE8 has just been released, so I guess you officially support it now, right? Currently I'm trying to make an application fully compatibly with IE8, by adding the following meta tag:
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
However, when I use that the RadScheduler won't display properly. I noticed on your demopages that you use the IE7 meta tag:
<meta http-equiv="X-UA-Compatible" content="IE=7"/>
This makes it work, but of course is not ideal. Are you still working on it to make it fully IE8 compatible?
Btw, when I use a styleSheetTheme in the web.config (for use of skinning and a css file), it seems that the meta tag doesn't get recognized. When you use Theme instead of styleSheetTheme it works, but I need the second one. Do you know what's going wrong there?
Kind regards,
Martin de Ruiter
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
However, when I use that the RadScheduler won't display properly. I noticed on your demopages that you use the IE7 meta tag:
<meta http-equiv="X-UA-Compatible" content="IE=7"/>
This makes it work, but of course is not ideal. Are you still working on it to make it fully IE8 compatible?
Btw, when I use a styleSheetTheme in the web.config (for use of skinning and a css file), it seems that the meta tag doesn't get recognized. When you use Theme instead of styleSheetTheme it works, but I need the second one. Do you know what's going wrong there?
Kind regards,
Martin de Ruiter