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

Scheduler non-responsive in IE10+

3 Answers 46 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
David Penny
Top achievements
Rank 2
David Penny asked on 20 Jan 2014, 12:41 PM
I have a RadScheduler on a number of pages and when it is being run under IE10 or IE11 without compatility set on, the control is not responding. The previous and next buttons do not respond.

If I turn on compatibility mode then the control works as expected, but the date headers shift out of alignment with the calendar view.

I am using 2013.3.1114.40 version of the Controls.

You can see the behaviour exhibited using the following URL:

http:\\professtm.co.uk?token=demo555

Log in using the user reference DGP and the password is also DGP

David Penny

3 Answers, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 23 Jan 2014, 11:34 AM
Hello David,

Thank you for contacting Telerik Support.

I would like to clarify that I tested the provided live URL and the RadScheduler responds as expected under IE10 (with compatibility mode disabled) and IE11. You can watch the behavior as follows under IE10 and IE11.

Indeed when the compatibility mode is enabled there is a misalignment with the header and calendar cells. In order to avoid that misalignment issue would be to use the following css workaround:
//css
<style type="text/css">
        div.RadScheduler .rsHorizontalHeaderTable, div.RadScheduler .rsContentTable, div.RadScheduler .rsAllDayTable {
            width: /*\**/ 100%\9 !important;
        }
 
        * + html div.RadScheduler .rsHorizontalHeaderTable, * + html div.RadScheduler .rsContentTable, * + html div.RadScheduler .rsAllDayTable {
            width: auto !important;
        }
 
        .RadScheduler .rsTopWrap tr.rsHidden {
            display: block;
        }
 
        * + html .RadScheduler .rsVerticalHeaderTable tr.rsMainHeader div.rsMainHeader {
            width: auto;
        }
    </style>

Hope that this will be helpful.

Regards,
Boyan Dimitrov
Telerik
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 the blog feed now.
0
David Penny
Top achievements
Rank 2
answered on 31 Jan 2014, 04:41 PM
Hi Boyan,

Many thanks - that works great for the Scheduler.

Would it be possible to provide a css fix for the grid as well? You can check this out by using the same url as above but logging in as ACK with password ACK - the grid footer is offset to the right in compatibility mode and browsers prior to IE10.

This is more of an issue for us with older browsers as we still have customers using IE7/8/9

David Penny
0
Boyan Dimitrov
Telerik team
answered on 04 Feb 2014, 11:49 AM
Hello David,

In order to avoid any further confusions we highly recommend to open a new ticket thread for each new issue or question. This will help us to resolve your issues more effectively.

Thank you for understanding.

Regards,
Boyan Dimitrov
Telerik
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 UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Scheduler
Asked by
David Penny
Top achievements
Rank 2
Answers by
Boyan Dimitrov
Telerik team
David Penny
Top achievements
Rank 2
Share this question
or