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

Performance DocumentManager

1 Answer 51 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
GiuPe
Top achievements
Rank 1
GiuPe asked on 03 May 2010, 10:52 AM
Hi,

I have to manage a folder containing 1600 documents (pdf). I set the following properties:

<

 

telerik:RadFileExplorer ID="RadFileExplorer1" Height="450px" Width="400px" TreePaneWidth="150px"

 

 

EnableViewState="false"

 

 

runat="Server"

 

 

EnableOpenFile="false"

 

 

AllowPaging="false"

 

 

 

 

/>

In my Web.config file the option <compliation debug="false">

How can I increase the performance of control?


Regards

Giuseppe

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 05 May 2010, 02:05 PM
Hello Giuseppe,

In such scenarios you need to enable paging. This will significantly increase the performance of the RadFileExplorer control.
<telerik:RadFileExplorer ID="RadFileExplorer1" runat="server" AllowPaging="true" PageSize="20"></telerik:RadFileExplorer>

I hope this helps.

Kind regards,
Fiko
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
FileExplorer
Asked by
GiuPe
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or