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

[Solved] How to show the data in a day view

1 Answer 70 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Krishna Kishore
Top achievements
Rank 1
Krishna Kishore asked on 30 Sep 2009, 02:47 PM
Dear All

I am using rad sheduler , every thing is working fine at my end.

Can any body suggest me how to present the data in a day view in two slots as  "AM & PM", instead of hourly slots.

If anybody have an idea , please share with me.

Thanks in advance
Krishna Kishore

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 01 Oct 2009, 01:17 PM
Hi Krishna,

Try setting the property TimeLabelRowSpan="24" and see whether it helps.

ASPX:
 
<telerik:RadScheduler ID="RadScheduler1" runat="server" DataEndField="End" DataKeyField="ID" 
    DataRecurrenceField="RecurrenceRule" DataRecurrenceParentKeyField="RecurrenceParentID" 
    DataSourceID="SqlDataSource2" DataStartField="Start" DataSubjectField="Subject" 
    HoursPanelTimeFormat="htt" OverflowBehavior="Expand" Skin="Office2007" TimeLabelRowSpan="24"
</telerik:RadScheduler> 

Thanks,
Princy.
Tags
Scheduler
Asked by
Krishna Kishore
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or