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

Calendar and Scheduler not ineracting.

9 Answers 81 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Poppeye
Top achievements
Rank 1
Poppeye asked on 18 Jan 2012, 04:38 PM
Hello,

I am using this demo as a reference.
http://demos.telerik.com/aspnet-ajax/scheduler/examples/outlook2007/defaultvb.aspx
But the calendars and the scheduler does not seem to interact
This is the place it is not working because I tried debugging, but no luck.
scheduler.set_selectedDate(selectedDate);

Both the calendars interact properly but the issue is just with the scheduler.

If you can help.
Thanks.

9 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 19 Jan 2012, 09:56 AM
Hi,

I just tested the demo and it seems to work fine. Please, see this video capture and let me know if I am missing something.

Kind regards,
Peter
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
Poppeye
Top achievements
Rank 1
answered on 19 Jan 2012, 11:14 PM
Hello Peter,
   I am sorry I did not put it up correctly, I know that the demo works fine. What I was trying to say is that the demo works fine, but the same code is not working on my machine. It is not reading the radscehduler value in the javascript as I mentioned earlier.
scheduler.set_selectedDate(selectedDate);


Sorry again for the confusion.

Thanks,
0
Peter
Telerik team
answered on 21 Jan 2012, 03:02 PM
Hi,

Can you download the latest version of Telerik.Web.UI and try your application with it? Does this help?

Kind regards,
Peter
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
sencos
Top achievements
Rank 1
answered on 22 Apr 2012, 06:10 PM
I have the same problem
this line (scheduler.set_selectedDate(selectedDate);) it seems do nothing.
Could it be this a regional date format issue?.

thanks.
0
Peter
Telerik team
answered on 23 Apr 2012, 07:35 AM
Hello,

Which version of Telerik controls do you use? Do you have a sample you can send us via a support ticket?

Kind regards,
Peter
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
jnh999
Top achievements
Rank 1
answered on 13 Jun 2012, 03:56 PM
The demo works for me but I have the same issue with my app.  My RadScheduler is located inside a asp update panel.  Could that be a problem?  Any help is appreciated.
0
Peter
Telerik team
answered on 18 Jun 2012, 07:47 AM
Hi,

The first look demo uses populates RadScheduler via a Web Service, so you don't need an update panel, as all interactions with the scheduler and calendar controls happen on the client.

Greetings,
Peter
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
sencos
Top achievements
Rank 1
answered on 09 Sep 2012, 05:00 PM
now I know the problem. this method (scheduler.set_selectedDate(selectedDate);) only works if scheduler are binded to Webservice source. it's seems not to be available for object or sql souce.
0
ProgrammerNet
Top achievements
Rank 1
answered on 18 Apr 2016, 04:22 PM

Hi,

i've the same probleme, and effectively my radSchedular is binde with a datasource and not a webservice;

Could you tell me how did you resolve it please?

Tags
Scheduler
Asked by
Poppeye
Top achievements
Rank 1
Answers by
Peter
Telerik team
Poppeye
Top achievements
Rank 1
sencos
Top achievements
Rank 1
jnh999
Top achievements
Rank 1
ProgrammerNet
Top achievements
Rank 1
Share this question
or