
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
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
0
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.
Plamen
the Telerik team
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
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
Hi Harikrishnan,
Hope this will be helpful.
Greetings,
Plamen
the Telerik team
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
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
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
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
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.
Plamen
the Telerik team
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.
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
Our client show this message
Urgent
Waitng for the reply
Thanks And regards
Hari
Please see the attach image
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
Our client show this message
Urgent
Waitng for the reply
Thanks And regards
Hari
Please see the attach image
0
Hi Hari,
Hope this will be helpful.
Kind regards,
Plamen
the Telerik team
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.