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

RadDateTimePicker javascript performances

4 Answers 107 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Fred
Top achievements
Rank 1
Fred asked on 17 Jun 2008, 10:03 AM
I've a page with about 30 controls including 10 radcombo and 4 raddatetimepicker.

When loading the form I can see the form loading then the browser waits and I can see the progress bar on my internet explorer up to the moment the date picker values appear.

The date picker controls are displayed blank, then after a few seconds is filled.

Is there a way to populate the darte picker textbox server side and to reduce the javascript running on each control ?

We're annoyed as just replacing the datepicker (which is nice) with another control, the performances are really better.

Thanks,

Frederic HALFON

4 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 17 Jun 2008, 11:53 AM
Hi Fred,

Go through the following links.

Client/server grid performance optimizations
Data binding

Princy.
0
Fred
Top achievements
Rank 1
answered on 17 Jun 2008, 12:01 PM
thanks princy

that's a good link, I keep it.

Anyway I'm not using the grid here just the controls.
0
Fred
Top achievements
Rank 1
answered on 18 Jun 2008, 07:10 AM
I need an answer on that one as we're in the final process in choosing our control provider.

I discovered on the forum that you can share the calendar and timeview, it reduces the size of the page but doesn't solve the date display delay.
0
plamen
Top achievements
Rank 1
answered on 20 Jun 2008, 11:50 AM
hi

Having many date pickers or time pickers on a page can render too much HTML and impact performance. To avoid this problem, RadDatePicker, RadDateTimePicker, and RadTimePicker controls can share a RadCalendar or RadTimeView control so that the rendered page only needs a single client-side object for all the popups. If you have more than 100 pickers the shared calendars does not solve the problem with "date display delay"


Cheers...
<John:Peel />
Tags
Calendar
Asked by
Fred
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Fred
Top achievements
Rank 1
plamen
Top achievements
Rank 1
Share this question
or