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

RadWindow Performance Impact!!!

4 Answers 243 Views
Window
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 07 Jul 2008, 04:10 AM
Hello.
I use radwindow in my frame to open pages .I find it's very slow to load the pages and input data in the pages.But when i open the pages in browser , all work perfect.
I limited radwindow to 8. but the performance problem still appears.
Is there any performance impact while using Radwindow?
I want implment a UI frame like Ext does. 

How to get help from you.
Best Regards.

4 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 08 Jul 2008, 10:46 AM
Hello John,

Can you please make sure that the ShowContentDuringLoad property is set to true? When this property is enabled, RadWindow acts exactly like an IFRAME and shows the content as it is loaded (if showcontentduringload is set to false, RadWindow will wait for the whole page to be loaded first).



Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Wenchao
Top achievements
Rank 1
answered on 17 Dec 2008, 12:01 AM
hi Georg,
I have a similar issue about the performance. For my case, I used the radwindow to "Edit" in RadGrid, as I can not set ShowContentDuringLoad to True, cause it's caching the last record you opened, it would be amibiguous when you check different records. And I have many other rad controls on the radwindow, it would take 10-15 secs to open the window, seems a little bit slow.
Just wondering is there any way to increase the performance?
thx
0
Fiko
Telerik team
answered on 18 Dec 2008, 12:09 PM
Hi Wenchao,

For SP2 that will appear in mid January, we have improved the logic behind the ShowContentDuringLoad property. With the new implementation, if this property is set to false, RadWindow will show a "loading" animation instead of the content until the content page is completely loaded. We believe that this change will help a lot in scenarios like the one that you have.

For the time being you can avoid the caching, and reload the page in RadWindow every time when the window is loaded by setting the ReloadOnShow property to true.



All the best,
Fiko
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Wenchao
Top achievements
Rank 1
answered on 18 Dec 2008, 10:21 PM
That's good looking forward to that.
Tags
Window
Asked by
John
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Wenchao
Top achievements
Rank 1
Fiko
Telerik team
Share this question
or