Configuring ViewPaths telerik RadFileExplorer in .net
1 answer
File explorer only works with folders in the web application by default - you cannot set the physical path directly, only the relative paths of the application (i.e. starting with ~ /).
If you want to use the physical path, you need to use a different content provider for the RadFileExplorer control. See http://www.telerik.com/support/kb/aspnet-ajax/fileexplorer/physical-paths-and-different-content-types.aspx for details .
+1
a source to share