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

Web service resouce sample problems

1 Answer 30 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 10 Sep 2013, 03:06 AM
Hello, Im basically trying to duplicate the Scheduler Overview sample. I have the scheduler loading all the appointments but the resource filter is not updating the scheduler. In debug I see that the clientside rebind is correctly calling the asmx GetAppointments when I click to uncheck or check a resource but nothing happens. I move between days and still the appointments will not filter. I have Scheduler inside a panel and the panel is setup correctly with RadAjaxManager. Not sure if it matters but I have this setup on a page in my Sitefintiy site. All the other controls on the this page are inside the same panel and working correctly so I don't thing it is an Ajax setup issue. Again the scheduler seems to load perfect but just cant use the resource filter.

My Telerik version is: 2012.2.607.40. Below are my ajaxManager settings (set on the code behind).

Thank you,
manager = RadAjaxManager.GetCurrent(Page);
manager.AjaxSettings.AddAjaxSetting(this.pnlTop, this.pnlTop, this.RadAjaxLoadingPanel1);
manager.AjaxRequest += this.ajaxManager_AjaxRequest;


1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 12 Sep 2013, 02:56 PM
Hello Jeff,

I tested the issue that you get by using the following demo - Scheduler - Defining Resources - and it seems to be working as expected from my side. Can you please try it out and let me know how it goes?

Regards,
Kate
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.
Tags
Scheduler
Asked by
Jeff
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or