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

Telerik Scheduler modalpopup issue on calender click-IE7 and IE8-compat mode and IE9-compat come

1 Answer 14 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Harikrishnan
Top achievements
Rank 1
Harikrishnan asked on 03 Oct 2012, 07:23 AM
I have created a modalpop while we click on the calender.
That means When we click on the calender the schedule r wil hide and calender will coming(enable.).After click on thedate the scheduler will be enable.
Its working nice.Thank u telerik team
They helped me lot

http://www.telerik.com/community/forums/aspnet-ajax/scheduler/scheduler-calender-control-customization.aspx

See the attach image(Image1)

BUT THIS IS NOT WORKING IN IE7 and IE8-Compat mode and IE9-Copat Mode.

in ie8,IE9,FF and CHROm ther is no issue....:)

Any Idea?See the attached image

Thanks
Hari




1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 03 Oct 2012, 02:37 PM
Hi Hari,

 
Here is the code that I changed in the javascript of the "ModalExtender" project that worked properly in all browsers at my side:

function setOverlayVisible(toShow) {
           if (!shimId) {
               var div = document.createElement("DIV");
               $telerik.$(".rsContent").append(div);
               shimId = new Telerik.Web.UI.ModalExtender(div);
           }

hope this will be helpful.All the best,
Plamen
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
Scheduler
Asked by
Harikrishnan
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or