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:
How to set the appointment's size to fill the time slot?
Thanks,
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,
