This example demonstrates how to implement a data service based on ASP.NET WebAPI that supports remote operations for the dxDataGrid widget. The main idea is to get all parameters passed from the client side and use them when loading data from a data base to prepare data in the required manner. Please refer to the Use Custom Store - Remote Operations help topic to learn more about all supported remote operations of dxDataGrid. You can see implementation of a custom store for dxDataGrid in the dxDataGrid - How to implement a custom store with CRUD operations example.
See also:
How to implement the Rest service based on an ASP.NET WebAPI application
See also:
How to implement the Rest service based on an ASP.NET WebAPI application