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

Scheduler calender control Customization

9 Answers 155 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Harikrishnan
Top achievements
Rank 1
Harikrishnan asked on 27 Jul 2012, 07:43 AM
Hi,

I want some modification in the sceduler control. ie when we select the  calender control(which is integrated/child control with scheduler).
When we select the calender control the schduler should be desable.And after select the date the scheduler should be enable
Plese see the attached image

is this possible?

Thanks and regards
Harikrishnan

9 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 31 Jul 2012, 10:11 AM
Hi Harikrishnan,

This behavior is not supported with RadScheduler by default but I am attaching one possible workaround that implements similar functionality with javascript and a Modal Extender. 

Hope this will be helpful.

 

Greetings,
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.
0
Harikrishnan
Top achievements
Rank 1
answered on 01 Aug 2012, 07:17 AM
THank u for ur reply,
Thanks

But our problem is ,When we select the Celender control in the schduler ,that must be desbale. I mean scheduler should be desable and calender control should be enable.After that we select the calender date the scheduler should be enable.

Your sample application integrated with our application, in that when we select the calender control all r desable using modal popup. i mean calder and sheduler too. I need schduler desable and calender enable

Is that possible?

Please reply
Thanks HAri
0
Plamen
Telerik team
answered on 02 Aug 2012, 12:22 PM
Hi Harikrishnan,

 
I tested once again the web page attached in my previous post and it worked as expected at my side. Here is a video of my test. Please review it and let me know if it worked differently at your side. Not forget to add the following css style as well when you are testing it.:

<style type="text/css">
    .TelerikModalOverlay {
        z-index: 50 !important;
    }
</style>

Hope this will be helpful.


Greetings,
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.
0
Harikrishnan
Top achievements
Rank 1
answered on 09 Aug 2012, 06:52 AM
Yes..Thank u
I was out of  office last days...........
Its working fine..

Thanks
Hari
0
Harikrishnan
Top achievements
Rank 1
answered on 09 Aug 2012, 07:18 AM
I have another issue.

Can we show the "calender" at the first time(in the page load itself) with hiding functionality which we found in this thread.

Thanks and Regards

Hari
0
Harikrishnan
Top achievements
Rank 1
answered on 09 Aug 2012, 12:15 PM
Hi,

Got one issue too..............

One problem is there. when we hide the calender nothing happened.I mean the modal pop is still there.Can we modify this?



Thanks and Regards
Hari
0
Plamen
Telerik team
answered on 13 Aug 2012, 01:01 PM
Hello Harikrishnan, 

You can consider using separate RadCalendar instead of the one that is inbuilt in RadScheduler in case you need to apply more functionality to it.

 As for the unusual issue that you experience please let us know what other code should we add to the attached("ModalExtender.zip") sample project so we can observe it locally. This way we will be able to inspect the issue and be more helpful.

Regards,
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.
0
Harikrishnan
Top achievements
Rank 1
answered on 03 Oct 2012, 06:36 AM
Hi,

I have added like this ,Its working fine...................................

But in  IE8 and IE9 Compat View,Its not working.Y this happeng? Any idea

  • ALSO NOT WORKING IN IE7
Please help me
Our client show this message
Urgent
Waitng for the reply
Thanks And regards
Hari

Please see the attach image

0
Plamen
Telerik team
answered on 03 Oct 2012, 02:36 PM
Hi Hari,

 
Here is the code that I changed in the javascript of the "ModalExtender" project that worked properly 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.

Kind regards,
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
Harikrishnan
Top achievements
Rank 1
Share this question
or