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

Image Directory loading time in IE

3 Answers 25 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Abhinandan Bansal
Top achievements
Rank 1
Abhinandan Bansal asked on 21 Feb 2011, 08:15 AM

When using the RadFileExplorer in IE (and IE only…Firefox, Safari, Chrome all handle the following perfectly/quickly…only IE has the issue), if the directory has a lot of images in it (say, 50 or more, or perhaps the file sizes of the images are quite large), the launching of this tool will literally FREEZE the IE browser for 30-60 seconds (IE's windows-bar displays "(Not Responding)" if you try to click anywhere in the window). The RadEditor is a part of our online application where significant numbers of fairly novice users utilize it to build simple email content. So…the patience level of these authors is very low, and they often will simply attempt to close the browser, as they believe the system has crashed….when in fact, if they just waited 30-60 seconds the problem would go away. 

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 23 Feb 2011, 03:36 PM
Hello Abhinandan,

Are you able to reproduce the problem in the Default settings demo of RadEditor? Can you please try the latest available version of Telerik.Web.UI.dll and see whether the problem still persists?

All the best,
Rumen
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Michael Stöcklin
Top achievements
Rank 1
answered on 23 Apr 2011, 05:19 PM
Hi,
I do have the same problem with RadFileExplorer standalone or inbuild in RadEditor. Latest dll's of Q1 2011 are installed. I try to list a directory with 1800 images. In IE 8 + 9 it takes at least 60 sec. In Firefox about 3-4 sec. Will there be a fix for that problem?

Regards,
Michael

 

0
Rumen
Telerik team
answered on 27 Apr 2011, 12:27 PM
Hi Michael,

My recommendation is to enable the paging of the RadFileExplorer control by setting the AllowPaging property to true as well as the PageSize property to 50, e.g.

<telerik:RadFileExplorer AllowPaging="true" PageSize="50" ...

All the best,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Editor
Asked by
Abhinandan Bansal
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Michael Stöcklin
Top achievements
Rank 1
Share this question
or