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

RadScheduler Datasource from Sharepoint webservice call...

1 Answer 28 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Wei
Top achievements
Rank 1
Wei asked on 21 Nov 2014, 06:47 PM
I need some help on the steps to take to bind data from a sharepoint webserivce call with C# ( calling the webservice from our public website as to display non editable events ).  

Can't seem to feed an XmlDocument object into the XmlSchedulerProvider, seems to need to be stored as a document on the server. 

Would it be better to parse the xml from the web service call into a generic list? 

Any insights will be helpful.  

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 26 Nov 2014, 02:49 PM
Hello,

Please find attached a sample project that demonstrates how to populate the RadScheduler via web service. Please note that the provider is not XmlSchedulerProvider but the data base provider. Also you can review specifically the GetAppointments method in the provider in order to see what data is sent from the web service ( provider) to the RadScheduler control.

Regards,
Boyan Dimitrov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Scheduler
Asked by
Wei
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or