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

Timelime scheduler

2 Answers 33 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Fabrice
Top achievements
Rank 1
Fabrice asked on 03 Apr 2012, 11:10 AM
Hi, I'm trying your Product and I have a Question about the TimeLine Scheduler.

I have the SlotDuration to "12:00:00" and the number of slot to 12.
I need to have the list of rooms to the left and the Morning and Afternoon from Monday to Saturday.
That's work fine.
I need only add up the Day of the combinated Columns.
Is that possible ?


                         Monday  |   Tuesday      | Wednesday
                  00:00 | 12:00 | 00:00 | 12:00 | 00:00 | 12:00
Room 1
Room 2

In Bold my Problem.
is it possible to replace time by text?

Thanks for your help

2 Answers, 1 is accepted

Sort by
0
Ivana
Telerik team
answered on 06 Apr 2012, 08:06 AM
Hello Fabrice,

You could adjust the column date header of Timeline view to display the day of the corresponding date in words:
<telerik:RadScheduler runat="server" ID="RadScheduler1" GroupBy="Room" GroupingDirection="Vertical"
    SelectedView="TimelineView">
    <TimelineView SlotDuration="12:00:00" NumberOfSlots="12" ColumnHeaderDateFormat="HH:mm ddddddd "/>
</telerik:RadScheduler>

I hope this helps.

Kind regards,
Ivana
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Fabrice
Top achievements
Rank 1
answered on 10 Apr 2012, 09:09 AM
Thanks for your response.

I can with this solution forwards.
Tags
Scheduler
Asked by
Fabrice
Top achievements
Rank 1
Answers by
Ivana
Telerik team
Fabrice
Top achievements
Rank 1
Share this question
or