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>