This sample project demonstrates how to configure the DevExtreme DataGrid widget for working with remote data served by an MVC 5 controller. The DataGrid supports the following features in this example:
- Remote Operations (Paging, Sorting, Filtering, Grouping, Summary)
- Master-Detail Interface
- Editing
- Lookup Columns
- Calculated Columns
-
Clone the repository
git clone https://github.com/devexpress/devextreme-examples.git
-
Open the devextreme-examples/datagrid-webapi/datagrid-mvc5.sln solution in Visual Studio 2015 or higher
-
Build and Run the solution