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

RadFile Explorer

5 Answers 104 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Neha
Top achievements
Rank 1
Neha asked on 05 Feb 2014, 09:48 AM
Can we make in the The Rad File Explorer show small thumbs of the images in the file list?

5 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 05 Feb 2014, 11:14 AM
Hi Neha,

The RadFileExplorer offers the Thumbnails Explorer mode. The special feature is displaying images through thumbnails, not as file icons.You can enable this mode by setting the ExplorerMode property to Thumbnails as follows.

ASPX:
<telerik:RadFileExplorer runat="server" ID="ImageExplorer" Width="500"                                       ExplorerMode="Thumbnails">
    <Configuration UploadPaths="~/RadAsyncUpload/Uploads/"                                                      ViewPaths="~/RadAsyncUpload/Uploads/">
    </Configuration>
</telerik:RadFileExplorer>

Thanks,
Shinu.
0
Neha
Top achievements
Rank 1
answered on 05 Feb 2014, 11:52 AM
Hi Shinu,

When I add a Explorer mode ="thumnails" then this error come

Error:

 Cannot create an object of type 'Telerik.Web.UI.FileExplorer.FileExplorerMode' from its string representation 'Thumbnails' for the 'ExplorerMode' property.
0
Shinu
Top achievements
Rank 2
answered on 06 Feb 2014, 03:14 AM
Hi Neha,

Since Q1 2012 the RadFileExplorer offers the Thumbnails Explorer mode. Please check your telerik version whether it supports ExplorerMode property of RadFileExplorer. 

Thanks.
Shinu.
0
Neha
Top achievements
Rank 1
answered on 06 Feb 2014, 06:35 AM
while rename the filename the left and right key doesnot work in Q2 2010 version
0
Shinu
Top achievements
Rank 2
answered on 07 Feb 2014, 04:32 AM
Hi Neha,

Such an issue is not expected. Please have a look into the sample code snippet I tried with version Q2 2010 and it works fine at my end. Please provide a sample code snippet which I can reproduce the issue.

ASPX:
<telerik:RadFileExplorer runat="server" ID="RadFileExplorer1">
    <Configuration UploadPaths="~/Uploads/" ViewPaths="~/Uploads/" DeletePaths="~/Uploads/">
    </Configuration>
</telerik:RadFileExplorer>

Thanks,
Shinu.
Tags
FileExplorer
Asked by
Neha
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Neha
Top achievements
Rank 1
Share this question
or