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

Refresh prob with rad file explorer treeview while copy and paste

1 Answer 46 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
sandhya
Top achievements
Rank 1
sandhya asked on 29 Jun 2011, 08:57 AM
Hi

I am facing issue while doing copy,paste and delete.After copy,paste and delete ,page is not refreshing properly
i used below code for refreshing

string

 

 

script = " var oExplorer = $find('" + RadFileExplorer1.ClientID + "');" +

 

 

 

" oExplorer.set_currentDirectory('" + dir + "');" +

 

 

 

" oExplorer.refresh();";

 


still is not refreshing..i am using telerik dll 2011.1.413.40 version.

see the attached image for reference.For completing my task i am loading full page again.that is nt correct case.please can u tel me how to refresh page after copy,paste or delete folder
Please can u help me out.

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 04 Jul 2011, 08:22 AM
Hi Sandhya,

Correct me if I am wrong, but I believe you have ajaxified the explorer. RadFileExplorer is heavily based on callbacks and is not working very well with AJAX. Could you please provide more detailed information on the specific scenario so we can try to provide a guidance on this case.

Greetings,
Dobromir
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
FileExplorer
Asked by
sandhya
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or