Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Telerik Admin
Created on: 20 Jun 2012 17:40
Category: ScheduleView
Type: Bug Report
6
DateGroupDescription Memory leak.
The appointment objects that have been cleared from the appointment source stay alive.
1 comment
ADMIN
Vladi
Posted on: 17 Nov 2014 14:19
Declined:

When the bound to the AppointmentsSource property collection is cleared by calling its Clear() method the Appointment objects are correctly removed. In this scenario the AppointmentItem objects are not cleared as their function is to cache the container which renders the Appointment object. This cache mechanism is implemented by design in order to improve the performance of the control. Also in the described scenario when the RadScheduleView is unloaded the DateGroupDescription instances are correctly removed.