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

Flexible TimeSlots

1 Answer 81 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Pedro
Top achievements
Rank 1
Pedro asked on 18 Jan 2011, 07:37 PM
Hi guys,
i am trying to replicate a old code that we used to use in the old scheduler to generated our timeslots because our clients don't want to have the representation of the normal schedule.
I am gonna attach some images to help to demonstrate the type of representation we want.
As you can see we want to be able to represent some appointments in exact an time slot in that hour.that is if we have an appointment at 14:56 we generate a new time slot beetween 14:00 and 15:00 to insert the appointment there.

In the old Scheduler we could do this by clearing the slots and adding manualy by us:
sched.View.TimeSlotsView.Clear();
sched.View.TimeSlotsView.Add(new Telerik.Windows.Controls.Scheduler.TimeSlot { Start = inicio, End = inicio.AddMinutes(1), ParentView = sched.View.TimeSlotsView });

I would like to know if its possible to do like this in the new schedule.
Greetings,
Pedro Pereira

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 18 Jan 2011, 10:26 PM

Hi Pedro,

I am afraid the requested functionality is not available in RadScheduleView. The time ruler is linear, e.g. the periods of time on the time line with equal length in minutes have equal length in pixels. We are planning a feature, called "agenda view", where there is no time ruler, that might be of help, though. It displays the appointments in a day like a list box (or several list boxes in weekly agenda), similar to the current monthly view, but for a day or a week. In this case you should be able to add customized "slots" for each hour/appointment. Unfortunately I cannot tell when this view will become available, most probably after Q1 2011 in March.

All the best,

Valeri Hristov
the Telerik team

 

Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
ScheduleView
Asked by
Pedro
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Share this question
or