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

[Solved] A Problem when data source have many appointments

0 Answers 85 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
IMT Solutions
Top achievements
Rank 1
IMT Solutions asked on 06 Jan 2010, 02:01 PM
I have a problem when

Please view a below problem
http://c.uploadanh.com/upload/2/172/DA0.4792434_1_1.png

I provide a schedule data source which have many appointment (>200 Appointment). of one day)

<telerik:RadScheduler ID="RadScheduler1" runat="server"
            DataKeyField="AppointmentID" DataStartField="Dappt_time" DataEndField="Darrival_tim DataSubjectField="Dpatient_first_name" DayStartTime="06:00:00" DayEndTime="21:00:00">            
</telerik:RadScheduler>

My data source is a data table. (All appointments
DataTable dt = dv.ToTable();

Schedule1.DataSource = dt;
Schedule1.DataBind();   

Result, Schedule show many very tiny appointment that can't view detail appointment information.
I don't find a property to set the width of appointment item.

Please show me a solution

No answers yet. Maybe you can help?

Tags
Scheduler
Asked by
IMT Solutions
Top achievements
Rank 1
Share this question
or