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

How to bind Scheduler

1 Answer 169 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Anand Nataraj V.
Top achievements
Rank 2
Anand Nataraj V. asked on 20 Nov 2008, 01:10 PM
Hi,

I am New to scheduler and i don't have idea how to use this control. i tried to bind the datasource to scheduler but then i came to know datasource cannot be assigned. we have to map and can assign only scedulerdatasource. My question is how shall i bind the details from my database to the scheduler? as we do in case of grids,Dropdown list. For eg: GridView.DataSource=ds.Tables[0];

Thanks in Advance
Anitha

1 Answer, 1 is accepted

Sort by
0
Jordan
Telerik team
answered on 21 Nov 2008, 04:29 PM
Hello Anand Nataraj V.,

You should take a look at the RadScheduler Binding example in the Quick Start application. It shows how to bind to a collection of custom objects containing appointment data, but you can use the same approach for DataTable.

Basically you define how your data maps to scheduler properties and use the SchedulerBindingDataSource to connect RadScheduler to your DataTable.
 

All the best,
Jordan
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler and Reminder
Asked by
Anand Nataraj V.
Top achievements
Rank 2
Answers by
Jordan
Telerik team
Share this question
or