Hi,
I am new to this telerik controls. I am using Telerik scheduler to manage some events.
We are planning to use wcf services to bind and update data since to get a better UI.
So far i have done like this i have added a web page and added the scheduler control in it. After that created a wcf service TestService.svc and in the code we have added GetAppointments method in the operation contract. Then added a DataProvider.cs which inherits DbSchedulerProviderBase class.
Then we override the method GetAppointments() and returned a list of Appointments.
So far its working perfectly.
Now suppose i have a table TestTable and i need to bind those data instead of list<AppointmentData>. Is there any way to do this?
Also i want to know how to pass custom parameters. Can all these done using wcf services?
For reference i have followed the link http://demos.telerik.com/aspnet-ajax/scheduler/examples/wcf/defaultcs.aspx ..
Thanks,
Mahesh