Hi, i have a problem similar to a thread which was raised earlier last year (http://www.telerik.com/community/forums/aspnet-ajax/scheduler/radscheduler-in-ie8-compatibility-mode.aspx)
I currently have a problem displaying the scheduler on our local intranet website where the scheduler will be shown incorrectly only on internet explorer.
The page consists of one screen with a scheduler which should take up the whole space, but with Internet Explorer 9, it seems to get squished to the left hand side of the browser. After checking the internet tools, it seems that even though the document mode is forced to IE9, the browser mode is by default on "IE9 compatibility mode" which is what seems to be causing the problem.
I have done research to see if i can turn off the compatibility mode programmatically but to no avail.
One workaround i found was, even if the browser mode is on IE9 compatibility mode, if i had the document mode to be on IE7, the scheduler renders near correctly (the scheduler takes up the whole screen space but the grid lines are mis aligned with the dates on top) but the checkboxes i need are not rendered.
Is there any solution to fixing this problem or get a better working workaround? It is going to be difficult to explain to users to go into their internet explorer settings to stop forcing of compatiblity view on their browsers.
I currently have a problem displaying the scheduler on our local intranet website where the scheduler will be shown incorrectly only on internet explorer.
The page consists of one screen with a scheduler which should take up the whole space, but with Internet Explorer 9, it seems to get squished to the left hand side of the browser. After checking the internet tools, it seems that even though the document mode is forced to IE9, the browser mode is by default on "IE9 compatibility mode" which is what seems to be causing the problem.
I have done research to see if i can turn off the compatibility mode programmatically but to no avail.
One workaround i found was, even if the browser mode is on IE9 compatibility mode, if i had the document mode to be on IE7, the scheduler renders near correctly (the scheduler takes up the whole screen space but the grid lines are mis aligned with the dates on top) but the checkboxes i need are not rendered.
Is there any solution to fixing this problem or get a better working workaround? It is going to be difficult to explain to users to go into their internet explorer settings to stop forcing of compatiblity view on their browsers.