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

[Solved] How to set the appointment's size to fill the time slot

1 Answer 209 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Fernan
Top achievements
Rank 1
Fernan asked on 25 Apr 2013, 12:22 PM
Hi,

I am using the timeline view and I want to show only one appointment for timeslot. I have the following settings for the RadScheduler:

		this.RadScheduler1.TimelineView.SlotDuration = TimeSpan.Parse("1.00:00:00");
                RadScheduler1.TimelineView.TimeLabelSpan = 1;
                RadScheduler1.TimelineView.ColumnHeaderDateFormat = "MM/dd/yyyy";
                RadScheduler1.TimelineView.NumberOfSlots = 10;


How to set the appointment's size to fill the time slot? 

Thanks,

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 29 Apr 2013, 11:38 AM
Hello Fernan,

 
By default in timeline View of RadScheduler the appointments take all the timeslot the are in if the ExactTimeRendering in not turn on as for example in is seen in this on-line demo.

If your scenario is somehow different please elaborate a little bit so we could be more helpful.

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