Below a FileExplorer I have a button that deletes selected files.
After deletion I would like to refresh the FileExplorer.
If I do this:
var oExplorer = $find('<%= fe.ClientID %>');
oExplorer.refresh();
only the file list gets refreshed. The TreeView is not refreshed.
How do I refresh both the list and the treeview?
After deletion I would like to refresh the FileExplorer.
If I do this:
var oExplorer = $find('<%= fe.ClientID %>');
oExplorer.refresh();
only the file list gets refreshed. The TreeView is not refreshed.
How do I refresh both the list and the treeview?