Although the DevExpress ASP.NET MVC Spreadsheet provides a built-in means to manage (create, open and save) files via the File ribbon tab, an external file management control can also be used with the Spreadsheet.
This demo illustrates how to use an external FileManager extension to navigate a document hierarchy and select a file to open. Documents can be opened from a specific folder on the server ("DocumentBrowsing"), and can also be uploaded to this folder from an end-user's computer. The selected document is opened within the Spreadsheet by using the LoadDocument static method.
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\MVCxSpreadsheetDemos |