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

WebService and AppointmentDataBound

1 Answer 55 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 09 Aug 2011, 08:38 AM
Hello, I have a couple of somewhat related questions:
  1. I loaded the Webservice example in VS2010. I also tested the Xml datasource example. I notice when I use the Webservice data provider AppointmentDataBound does not fire. If I switch to the Xml datasource then the event fires. Why is this not firing under Webservices? Do I add another WebMethod for this event into my Webservice? Basically I am tring to set various resource values like color, so would I do this in the LoadResource routine of the custom provider?
  2. I am looking for an example that will bind RadScheduler directly to my SqlSchedulerProvider without needing Webservices, is this possible.

Thank you!

1 Answer, 1 is accepted

Sort by
0
Jeff
Top achievements
Rank 1
answered on 09 Aug 2011, 11:10 PM
Ok, so I figured out that the OnClientAppointmentDataBound will allow me to make changes to the appointment i.e. back color. I also found a help topic that indicates that this is a more effiecent binding method because less html is moved due no postback http://www.telerik.com/help/aspnet-ajax/scheduler-webservicebinding.html. This control has been a little more complex to work with then other Telerik controls but the functionality is very good.
Tags
Scheduler
Asked by
Jeff
Top achievements
Rank 1
Answers by
Jeff
Top achievements
Rank 1
Share this question
or