Files to look at:
- HomeController.cs (VB: HomeController.vb)
- Model.cs (VB: Model.vb)
- DataTableDataBindingPartial.cshtml
- Index.cshtml
How to bind GridView with Excel file
Our MVC GridView Extension (like other data-aware web controls) does not work directly with real storage (like databases, MS office files, etc.).
See the E4104: How to open Excel files in GridControl for more details.
It is possible to load an Excel file into the standard ADO.NET DataTable object that can be used as an GridView Model
See Also:
E4104: How to open Excel files in GridControl
E4457: How to bind ASPxGridView with Excel file