The server-side part of the extension is the DevExtreme.AspNet.Data.dll
assembly. Install it from NuGet with the following command.
Install-Package DevExtreme.AspNet.Data
The server needs a custom model binder that receives data loading options from the client and binds them to the model. Refer to the links below for instructions on how to implement it.
NOTE: If you use DevExtreme.AspNet.Data
with DevExtreme-based ASP.NET Core controls or DevExtreme ASP.NET MVC 5 controls, you do not need to implement the custom model binder because it is included in these libraries.
The server-side API is documented here.