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

My Scheduler control running very slow.

3 Answers 139 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Madhan
Top achievements
Rank 1
Madhan asked on 05 Apr 2012, 09:37 AM

Hi,

In my Scheduler add and edit Appointment page having nearly 60 controls. For add appointment i am using AdvancedInsert Template and for Edit appointment i am using AdvancedEdit Template. For these templates i am using FormCreated event for initializing all controls.

My problem is if any postback occurs in add or edit appointment page, FormCreated event is firing and reading all the controls every time also its taking much time for closing, adding, editing and opening the add/edit appointment page.

How can i increase my scheduler performance.

Thanks,
Madhan

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 05 Apr 2012, 05:28 PM
Hi Madhan,

To improve performance of the advanced form, you can use Web Service binding.

Regards,
Peter
the Telerik team
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 their blog feed now.
0
Madhan
Top achievements
Rank 1
answered on 07 Apr 2012, 07:54 AM
Hi Peter,

Is there any other way to increase the performance without using web services, because i have customized the Add/Edit appointment templates and RadSchedulerContextMenus etc..

Thanks,
Madhan.
0
Peter
Telerik team
answered on 09 Apr 2012, 11:27 AM
Hello Madhan,

You can consider the general top performance tips, but the performance gain might not be significant when it comes to the advanced form - http://www.telerik.com/products/aspnet-ajax/getting-started/top-performance.aspx.

If your concern is customizing the advanced form, you can use the custom user controls with Web Service binding as well. You can download a sample from the code library -
http://www.telerik.com/community/code-library/aspnet-ajax/scheduler/customize-the-advanced-form-with-the-advanced-template-user-controls.aspx



Regards,
Peter
the Telerik team
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 their blog feed now.
Tags
Scheduler
Asked by
Madhan
Top achievements
Rank 1
Answers by
Peter
Telerik team
Madhan
Top achievements
Rank 1
Share this question
or