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.
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).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxFileManagerAndUploadDemos |