Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 2.02 KB

server-side-configuration.md

File metadata and controls

32 lines (19 loc) · 2.02 KB

Server Side Configuration

Installation

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

Custom Model Binder

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.

Controller Example

API Reference

The server-side API is documented here.

See Also