Group: Awaiting Activation
Posts: 592,
Visits: 3.7K
|
For anyone that may use Infragistics WinSchedule in the future, it turns out that setting a logical workday on the CalendarInfo object is a relatively high overhead item. As Ben had suggested, binding directly to the BO data table improved performance but not to where I needed it. To resolve the issue I had to reduce the number of appointments that the object had to deal with by implementing lazy loading and only pulling in a subset of days at any given time. Otter than that, and the lack of really good documentation, the controls are working very well for me.
|