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

Sub Folders Not Refreshing

1 Answer 62 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
judo
Top achievements
Rank 1
judo asked on 31 Aug 2009, 06:31 AM
I have a RadFileExplorer with the following code:
<telerik:RadScriptManager ID="RadScriptManager1" Runat="server"
        </telerik:RadScriptManager> 
        <telerik:RadFileExplorer ID="RadFileExplorer1" Runat="server"    
            DisplayUpFolderItem="True" Skin="Office2007"  
            VisibleControls="TreeView, Grid, Toolbar, ContextMenus" EnableCopy="True"
<Configuration SearchPatterns="*.*" ></Configuration
  <Configuration  ViewPaths="~/doc_manager_files/" UploadPaths="~/doc_manager_files/"  
                        DeletePaths="~/doc_manager_files/" MaxUploadFileSize="204800000" /> 
 
        </telerik:RadFileExplorer> 
     

If I delete a file from the root directory (doc_manager_files) it refreshes and the file is no longer visible. However, I created two sub directories (using the FileExplorer New Folder function). Now, if I move or delete a file from one of the sub directories nothing changes. I will only see the changes if I reload the entire page.

What can I do about this?


1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 31 Aug 2009, 02:22 PM
Hi Judo,

I used the provided information and code, but I was not able to reproduce the described behavior. Could you please rework the attached project in order to reproduce the problem, open a new support ticket and send it back? I will check it and do my best to provide a working solution.
Additionally, please provide me some additional information about the browser used.

I am looking forward to hearing from you.

Regards,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
FileExplorer
Asked by
judo
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or