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

Breaking change: removed obsolete RadScheduler members in Q3 2009

0 Answers 119 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Telerik Admin
Top achievements
Rank 1
Iron
Telerik Admin asked on 04 Nov 2009, 04:26 PM
Removed obsolete Scheduler-related members:

  • SchedulerFormCreatingEventArgs.Time – The Start and End time of the appointment to be inserted/edited can be accessed through the Appointment property.
  • SchedulerNavigationCommandEventArgs.SelectedDay - Please, use the SelectedDate property instead
  • SchedulerStrings.Insert - The Insert string is no longer in use and has beeen replaced by Save
  • SchedulerStrings.Update - The Insert string is no longer in use and has beeen replaced by Save
  • SchedulerStrings.AdvancedMoreDetails - No longer used in the standard templates
  • SchedulerStrings.AdvancedRecurringAppointment - No longer used in the standard templates
  • SchedulerStrings.AdvancedRange - No longer used in the standard templates
  • SchedulerProviderBase.SupportsMultipleResourceValues - Use ResourceType.AllowMultipleValues to indicate if a resource type supports multiple values
  • RadScheduler.MonthVisibleAppointmentsPerDay - Use RadScheduler.MonthView.VisibleAppointmentsPerDay instead
  • RadScheduler.ShowWeeklyColumnHeader - "Use RadScheduler.WeekView.ShowDateHeaders and RadScheduler.WeekView.ShowResourceHeaders instead
  • RadScheduler.ShowMonthlyColumnHeader - Use RadScheduler.MonthView.ShowDateHeaders and RadScheduler.MonthView.ShowResourceHeaders instead
  • RadScheduler.DayHeaderDateFormat - Use RadScheduler.DayView.HeaderDateFormat instead
  • RadScheduler.WeekHeaderDateFormat - Use RadScheduler.WeekView.HeaderDateFormat instead
  • RadScheduler.MonthHeaderDateFormat - Use RadScheduler.MonthView.HeaderDateFormat instead
  • RadScheduler.WeekColumnHeaderDateFormat - Use RadScheduler.WeekView.ColumnHeaderDateFormat instead
  • RadScheduler.MonthColumnHeaderDateFormat - Use RadScheduler.MonthView.ColumnHeaderDateFormat instead
  • RadScheduler.StartInFullTime - Use ShowFullTime instead
  • RecurrenceRange.MaxOccurences - Use MaxOccurrences instead (misspelling)
  • RecurrenceState.Occurence - Use Occurrence instead (misspelling)
  • SchedulerViewType.ResourceView - Use DayView and set the GroupBy property
Tags
Scheduler
Asked by
Telerik Admin
Top achievements
Rank 1
Iron
Share this question
or