For a customer project we would like to be able to have the ability to add exceptions to the recurrencepattern of a scheduleview SpecialSlot. This would be used for displaying different types of working hours which have a recurrence but on occasion also have a exception. Could this feature be added? Regards, Johan Lollinga Ideo B.V.
Allow drag and drop of an AllDayEvent from/to the AllDayArea.
public class CustomScheduleView : RadScheduleView
{
protected override void OnActiveViewDefinitionChanged(ViewDefinitionBase oldValue, ViewDefinitionBase newValue)
{
base.OnActiveViewDefinitionChanged(oldValue, newValue);
}
}