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

Lock down FileExplorer to Explorer view

3 Answers 61 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 30 Jun 2014, 07:34 PM
I have a need to lock the fileExplorer down to jus the fileView, I do not want the to see the toolbar or the location of the directory that they are pulling from.  Is there a way to do this.  The only thing they should see is the files that belong to them.

<tr>
                   <td><telerik:RadFileExplorer ID="radExplorer" runat="server" Width="400px" Height="200px" EnableOpenFile="true" DisplayUpFolderItem="false"
                       EnableCreateNewFolder="false" AvailableFileListControls="Grid" ExplorerMode="Default">
                           <Configuration ViewPaths="~/PriorSvcUploads" />
                       </telerik:RadFileExplorer>
                   </td>
               </tr>

3 Answers, 1 is accepted

Sort by
0
Accepted
Vessy
Telerik team
answered on 01 Jul 2014, 03:30 PM
Hi Kevin,

You can control the controls that are visible in FileExplorer by configuring its VisibleControls property. For example, if you want to use only the FileExplorer's Grid control, your configuration can be:
<telerik:RadFileExplorer ID="radExplorer" runat="server" Width="400px" Height="200px" EnableOpenFile="true" DisplayUpFolderItem="false"
    EnableCreateNewFolder="false" AvailableFileListControls="Grid" ExplorerMode="Default" VisibleControls="Grid">
    <Configuration ViewPaths="~/PriorSvcUploads" />
</telerik:RadFileExplorer>

I hope this helps.

Regards,
Vessy
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Kevin
Top achievements
Rank 1
answered on 02 Jul 2014, 02:11 PM
Ok works great thanks, but a recommended update to the cotrol would be an HTML view function for viewing certain states that you want users to see, less code.
0
Vessy
Telerik team
answered on 04 Jul 2014, 06:53 AM
Hi Kevin,

Thank you for your suggestion. The current implementation of the control does not allow such change to be easily applied, but I will pass your idea to our developers and they will decide whether the desribed improvement can be done in the future.

Kind regards,
Vessy
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
FileExplorer
Asked by
Kevin
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Kevin
Top achievements
Rank 1
Share this question
or