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

scheduler time display

4 Answers 60 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Suja
Top achievements
Rank 1
Suja asked on 13 Jan 2011, 11:09 AM
may i know how to achieve the following requirement in radScheduler:
- only need to show two columns for a day as AM and PM
- want to split the column vertically than horizontally

4 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 14 Jan 2011, 02:29 PM
Hello Suja,

Please, try the following settings:

<telerik:RadScheduler runat="server" ID="RadScheduler1" SelectedView="TimelineView">
      <TimelineView ColumnHeaderDateFormat="tt" NumberOfSlots="2" SlotDuration="12:00:00" />
  </telerik:RadScheduler>


Best wishes,
Peter
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Suja
Top achievements
Rank 1
answered on 17 Jan 2011, 04:38 AM
tanx a lot peter. it did give me the view i needed but since we need to give all the views except for multiday i switched back to normal way of time line view else it may not make sense.
0
Suja
Top achievements
Rank 1
answered on 17 Jan 2011, 07:29 AM
Hi Peter,

Another doubt if there is any Print functionality from radscheduler similar to outlook both in Calendar form as well in detail form
0
Peter
Telerik team
answered on 17 Jan 2011, 01:36 PM
Hi Suja,

There isn't a built-in print functionality. The only print option currently is through the browser.

All the best,
Peter
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Scheduler
Asked by
Suja
Top achievements
Rank 1
Answers by
Peter
Telerik team
Suja
Top achievements
Rank 1
Share this question
or