This example demonstrates how to use the RadFileExplorer's modes.
The possible mode values of the ExplorerMode property are:
-
Telerik.Web.UI.FileExplorer.FileExplorerMode.Default - In this mode the files can be showed in the embedded Grid only.
-
Telerik.Web.UI.FileExplorer.FileExplorerMode.FileTree - In this mode the RadGrid control is not shown and the files/folders are
shown in the embedded RadTreeView control. In this case the RadFileExplorer control will work faster than the Default
mode, because of the server-side databinding mechanism of the TreeView control opposite to the client-side databinding of the RadGrid.