RadScheduler
What’s New
- Added: Exact time appointment rendering in Day and Week view
- Added: Include reminders in iCalendar export output
- Added: Ability to set Proxy in ResourcesPopulating server-side event
- Added: New AppointmentsPopulating server-side event
- Added: New GetResources method added to RadScheduler provider interface to replace GetResourceTypes and GetResourcesByType methods
- Improved: Revised the SchedulerProvider interface. All methods now have overloads that take user-supplied ISchedulerInfo
- Improved: The ResourcesPopulating event will now fire even when not using Web Service binding
- Improved: Time headers in Day/Week view show minutes when the difference between labels is less than an hour
What’s Fixed
- Fixed: RadScheduler scroll position is lost after partial update when RadScheduler is inside RadSplitter
- Fixed: The recurrence-related comboboxes in the advanced form may open behind the form
Breaking Changes (Apply only if event handlers are attached using anonymous delegates)
- Improved: AppointmentDelete server-side event handler now receive event argument of type AppointmentDeleteEventArgs instead of SchedulerCancelEventArgs
- Improved: AppointmentInsert server-side event handler now receive event argument of type AppointmentInsertEventArgs instead of SchedulerCancelEventArgs