Posted 25 Apr 2013 Link to this post
this.RadScheduler1.TimelineView.SlotDuration = TimeSpan.Parse("1.00:00:00"); RadScheduler1.TimelineView.TimeLabelSpan = 1; RadScheduler1.TimelineView.ColumnHeaderDateFormat = "MM/dd/yyyy"; RadScheduler1.TimelineView.NumberOfSlots = 10;
Posted 29 Apr 2013 Link to this post
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.