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

How to DataBind in radscheduler

2 Answers 302 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
shanker bangari
Top achievements
Rank 1
shanker bangari asked on 07 Jan 2010, 12:25 PM
Hi
this is shanker am doing one project , amusing rad scheduler control  my requirement is bind the data in red scheduler control 
this is my code 
 RadScheduler1.DataSource = Calendermanager.sch_view_calendar(Radcomclass.SelectedValue.GetInteger());
         
            RadScheduler1.DataBind();

how to indicate columns in rad-scheduler my columns here just like 

_week_day;
            calendar_date;
           start_time;
          end_time;
          subject;
         class1;
            room;
          teacher;
            holiday;
           session_schedule_detail_id;
            session_schedule_id;  and it is the my table view sch_view_calendar


please how to bind the values in rad scheduler it,s argent please send

thanks and regards 
shanker.b
        
  

2 Answers, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 08 Jan 2010, 08:53 AM
Hello shanker bangari,

Detailed instructions on how to bind RadScheduler can be found here. You can also take a look at the online demos. You can find the demos here.

Greetings,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Shinu
Top achievements
Rank 2
answered on 08 Jan 2010, 08:54 AM
Hello Shanker,

I hope the following links will help you and provide clear idea about data binding RadScheduler.
Data Binding
Database structure
Using The Data Source Property

-Shinu.
Tags
Scheduler
Asked by
shanker bangari
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Shinu
Top achievements
Rank 2
Share this question
or