For now you could take a look at the Binding example for RadScheduler. In it a SchedulerBindingDataSource is used to bind the scheduler to a collection of custom objects but it could be used with a DataTable or the results of a LINQ query. And if you have specific data binding needs you could write your own scheduler data source.
Do not hesitate to write me back if you have further questions or suggestions.
Kind regards,
Jordan
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
In the data source property link u have specified Varchar..
Y U have specified differently..
1.When I try out with ” int “
Data type in parent Id.. Using Object data source control..
While running..if I add Any Appointment in the scheduler it is considered as single appointment of recurrence series and showing dialog box with 2
options instead of single one. And not able to edit and delete single appointment.
In case of recurrence series it is working.
2.If I use “ varchar “
all are working except one..
That is..
When we edit any single appointment in series of recurrence.. after edited it cannot be deleted. Even with that appointment if we delete the
series also not deleting. /..
Apart from that recurrence serried is editing and deleted as a whole
On both cases. Error occurred is “Cannot locate the parent of appointment with ID = '131'. Ensure that the parent appointment with ID = '130' exists and is loaded”..