Hello, I have a couple of somewhat related questions:
- 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?
- I am looking for an example that will bind RadScheduler directly to my SqlSchedulerProvider without needing Webservices, is this possible.
Thank you!