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

[Solved] Group by Date/subgroup by hour

1 Answer 96 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Paul Aikman
Top achievements
Rank 1
Paul Aikman asked on 22 Jan 2010, 02:40 PM
Hi,

We're looking to show a 'weekly timeline view' for a customer, which involves showing a number of jobs thought the day over the week, e.g.

               01/01/2010                                  02/01/2010
---------------------------------------------------------------------------------
00:00 - 01:00 - 02:00 - 03:00 ... | 00:00 - 01:00 - 02:00 - 03:00 ... 
---------------------------------------------------------------------------------
            Job1

Is it possible to display the timeline header such that the hours are grouped into days in the week, e.g. two header rows - the first showing day, the next showing hours in the day.

I've attached an example of my current progress... just need to stop displaying the date in each column header and have that grouped over the 24 hours...

Can you show me how to achieve the required grouping?

Regards,

Paul

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 25 Jan 2010, 11:02 AM
Hi Paul,

Probably, you can use the TimeLabelSpan property for this case. For example, try the following:

<TimelineView NumberOfSlots="48" SlotDuration="01:00:00" TimeLabelSpan="24" />


Regards,
Peter
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.
Tags
Scheduler
Asked by
Paul Aikman
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or