Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.96 KB

server-side-configuration.md

File metadata and controls

32 lines (19 loc) · 1.96 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 will receive data loading options from the client and bind them to the model. The following links show how to implement it.

NOTE: If you use DevExtreme.AspNet.Data along with DevExtreme ASP.NET MVC Controls, you do not need to implement the custom model binder, because it is already done in the ASP.NET MVC Controls library.

Controller Example

API Reference

The server-side API is documented here.

See Also