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

How to bind Rad Scheduler with DataSet and with out defined DataKeyField, DataSubjectField, DataStartField and DataEndField

3 Answers 160 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Qasim
Top achievements
Rank 1
Qasim asked on 18 Apr 2014, 08:08 AM
How I can bind rad scheduler with dataset with out defined DataKeyField, DataSubjectField, DataStartField and DataEndField
actually very first these fields are not required in my case but for schedulefor its required databinding .
please help me how I can solve this problem

3 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 21 Apr 2014, 11:38 AM
Hello Qasim,

RadScheduler is designed to need DataKeyField, DataSubjectField, DataStartField and DataEndField when it is bound so they are obligatory when you use it. Otherwise you can not insert, update and delete the appointments. The only way to  avoid this fields is to have readonly Radscheduler.

Regards,
Plamen
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.

 
0
Smruti Ranjan
Top achievements
Rank 1
answered on 24 Jan 2015, 06:49 AM
I want to bind the RadScheduler control from dataset, I have set all the required properties like DataStartField, DataEndField, DataSubjectField, DataKeyField etc, but couldn't able to show appointments on the Control. For your information I'm getting data in dataset from SQL Server Database and there is no chance that dataset is null. Please help with both RadScheduler design and aspx.cs part.
0
Boyan Dimitrov
Telerik team
answered on 28 Jan 2015, 05:15 PM
Hello,

Please find attached sample project that implements similar scenario - RadScheduler bound to SqlDataSource.

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
Qasim
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Smruti Ranjan
Top achievements
Rank 1
Boyan Dimitrov
Telerik team
Share this question
or