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

Slow Performance of radCalendar in a radGrid

2 Answers 132 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 2
Alex asked on 06 Jun 2008, 07:41 PM
I originally posted this in an existing thread but did not get any reponse so I am starting a new thread for this:

We have 4 calendar control per row in a radGrid.
Performance is extremly slow (as mentionned by Telerik as there is alot of rendering for these controls), we went back to our old calendar control, BasicDatePicker, and performance has improved drastically.

However we are having issues with the Javascript associated with the BasicDatePicker.

1) The javascript associated with the control doesn't fire (looks like the javascript call is being intercepted by a radControl

2) If we include their .js files in the Telerik:RadScriptBlock it errors out when calling the BasicDatePicker javascript indicating that BasicDatePicker is undefined.

How can I use a third party control that has it's own javascript associated with it in a radGrid.

Thanks.

2 Answers, 1 is accepted

Sort by
0
Missing User
answered on 09 Jun 2008, 02:04 PM
Hi Alex,

Having many date pickers on a page might render too much HTML and impact performance.  RadDatePicker instances can share a RadCalendar control and use it to pick dates.


Please find attached a sample web application that demonstrates the needed approach.

Greetings,
Plamen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Alex
Top achievements
Rank 2
answered on 09 Jun 2008, 06:01 PM
Thank you for your reply.

We will reinvestigate this solution, we had already tried this and it was working fine except on 1 client machine.

I will let you know of it is successful.
Tags
Calendar
Asked by
Alex
Top achievements
Rank 2
Answers by
Missing User
Alex
Top achievements
Rank 2
Share this question
or