This sample project demonstrates how to configure the DevExtreme DataGrid widget for working with remote WebAPI data service. In the example, the DataGrid is configured to support the following features.
- Remote Operations (Paging, Sorting, Filtering, Grouping, Summary)
- Master Detail
- Editing
- Lookup Columns
- Calculated Columns
- Clone the repository
git clone https://github.com/devexpress/devextreme-examples.git
-
Open the devextreme-examples/datagrid-webapi/datagrid-webapi.sln solution in Visual Studio 2015 or higher
-
Build and Run the solution
When the application is running, you can view/filter/sort/group orders, view order details, add/modify/delete orders or order detail items.