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

RadScheduleView CacheMode

1 Answer 114 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Catherine
Top achievements
Rank 1
Catherine asked on 30 Mar 2011, 08:15 PM
Hi,

I have to bind 5000 appointments to the control. When I scroll through the timeruler, that's very slow.
Is it possible to use hardware accelaration to solve this problem with the CacheMode Property.
If yes, how do I do this ?

Best regards.
C.LĂ©oni.

1 Answer, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 04 Apr 2011, 08:15 AM
Hi Catherine,

One of the main features of RadScheduleView is improved performance.
We would appreciated if you could send us sample project so that we can profile it and improve (if possible) RadScheduleView.
I think that using hardware acceleration will not help in this case (it might even make things worse). Bitmap caching is for elements that are not changing often. While scrolling we are recycling AppoitmentItems so the whole RadScheduleView will have to be redrawn (because of the invalidated AppointmentItem).

You can find more information about hardware acceleration here:
http://msdn.microsoft.com/en-us/library/ee309563(v=vs.95).aspx

Let us know if you need more information.

Kind regards,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ScheduleView
Asked by
Catherine
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Share this question
or