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

show the time column horizontally

3 Answers 94 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Amit
Top achievements
Rank 1
Amit asked on 16 Feb 2011, 10:42 AM
Hi Telerik Team,

I just want to know whether is it possible to show the time horizontally on RadScheduler.

I have gone through the demo of "Car-On-Rent". In that the list of cars are shown horizontally & time is hown vertically on scheduler.

So is it possible to interchange them i.e. cars to be shown vertically & timings horizontally.?

Please revert as soon as possible.

Thanks in advance
Amit Thakkar

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 16 Feb 2011, 01:55 PM
Hi Amit,

Please, refer to this demo - http://demos.telerik.com/aspnet-ajax/scheduler/examples/resourcegrouping/defaultcs.aspx

If you selecte Timeline view and Grouping direction to be vertical, you will get the desired appearance.

Regards,
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
Amit
Top achievements
Rank 1
answered on 16 Feb 2011, 02:41 PM
Hi Peter,

Thanks for reply.

Actually what i want to achieve is not fulfill by the demo link that is sent to me.

Here I am sending a pic that will give a breif idea what i am looking for.

And I want to use only Day View, not Timeline , Week or Month View.

So is it possible to have a view in Day View as in attached pic.?

kindly revert as soon as possible.

Thanks & Regards
Amit Thakkar
0
Peter
Telerik team
answered on 17 Feb 2011, 06:22 PM
Hi Amit,

That's not supported in Day view. Only Timeline view can get you close to this requirement. For example, try the following settings:
<telerik:RadScheduler runat="server" ID="RadScheduler1" 
      SelectedView="TimelineView" SelectedDate="2011/02/17 09:00" 
      onnavigationcomplete="RadScheduler1_NavigationComplete">
      <TimelineView GroupBy="User" GroupingDirection="Vertical" NumberOfSlots="24" TimeLabelSpan="2" SlotDuration="00:30:00" ColumnHeaderDateFormat="h tt" />
      <DayView UserSelectable="false" />
      <WeekView UserSelectable="false" />
      <MonthView UserSelectable="false" />
      <TimelineView UserSelectable="false" />
  </telerik:RadScheduler>



Kind regards,
Peter
the Telerik team
Tags
Scheduler
Asked by
Amit
Top achievements
Rank 1
Answers by
Peter
Telerik team
Amit
Top achievements
Rank 1
Share this question
or