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

force to refresh document manager file panel

1 Answer 51 Views
Editor
This is a migrated thread and some comments may be shown as answers.
lan luo
Top achievements
Rank 1
lan luo asked on 14 Jul 2014, 07:08 PM
Hi Telerik team,

I have implemented a plugin in the document manager popup window which allow us to download files from other resources . When I click the plugin, it will open a Radwindow and download files in the Radwindow control. I try to refresh the file and folder panel after I close the Radwindow.

Any idea how could I refresh it?

Thanks in advance!

Lan

1 Answer, 1 is accepted

Sort by
0
lan luo
Top achievements
Rank 1
answered on 14 Jul 2014, 07:47 PM
Hi,

I figured out now. 

var exploer = $find("RadFileExplorer1");
exploer.refresh();

thanks,
Tags
Editor
Asked by
lan luo
Top achievements
Rank 1
Answers by
lan luo
Top achievements
Rank 1
Share this question
or