Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Virtual Scrolling

v
v
  • Expand/collapse folder containerExpand/collapse folder container
  • Create (F7)Create
  • Rename (F2)Rename
  • Move (F6)Move
  • CopyCopy
  • Delete (Del)Delete
  • RefreshRefresh
  • DownloadDownload
  •  
    ...
  • Collapse
    FolderFiles
    • FolderArticles (500)
    • FolderProjects (1000)
    • FolderReports (100)
Upload

Allowed Extensions: .jpg, .jpeg, .gif, .rtf, .txt, .png, .doc, .pdf, .xls, .xlsx



The DevExpress ASP.NET MVC File Manager (FileManager) supports virtual scrolling, which allows files and folders in file area to load on demand. In this mode, the file manager loads items automatically when the end-user scrolls the control content. Unnecessary file are unloaded.

The amount of items that are currently uploaded to the client side can be specified by the PageSize property (300 by default).

To disable virtual scrolling set the PageSize property to 0. In this case, all items contained in the current folder, are uploaded to the client side.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
The source code files for this demo are installed (by default) in the following directory:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxFileManagerAndUploadDemos