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

Improve Performance of Schedular

1 Answer 48 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
K. R.Murthii
Top achievements
Rank 1
K. R.Murthii asked on 21 Jun 2013, 05:58 PM
Hi,

I have scheduler in my asp.net application and having more than 200 assignments 
due to that it is very slow while moving assignments from date to another date.
I have TimeSlotCreated and AppointmentDataBound events in my page.
The AppointmentDataBound event fires as the number of times as the number of assignments .
and TimeSlotCreated event also fires on every AppointmentDataBound event.
do I have any other way to improve the  performance of my application. Pleas give me solution it is very urgent.

Thanks,

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 24 Jun 2013, 10:21 AM
Hello,

 
Yes indeed such issue is expected when RadScheduler is bound server side and the AppointmentDateBound and onTimeSlotCreated event are used because they fire for every appointment and timeslot.

If you want to improve your performance I will recommend you to use Web Service binding which is our best performance demo with RadScheduler.

Regards,
Plamen
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Scheduler
Asked by
K. R.Murthii
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or