Skip to content

Commit

Permalink
Update server-side-configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova authored Jul 12, 2024
1 parent ed53b3e commit 4e883e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/server-side-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ The server-side part of the extension is the `DevExtreme.AspNet.Data.dll` assemb
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.

- [ASP.NET Core](https://github.com/DevExpress/DevExtreme.AspNet.Data/blob/master/net/Sample/DataSourceLoadOptions.cs)
- [Web API](https://github.com/DevExpress/devextreme-examples/blob/17_2/datagrid-webapi/datagrid-webapi/DataSourceLoadOptions.cs)
- [ASP.NET MVC 5](https://github.com/DevExpress/devextreme-examples/blob/17_2/datagrid-mvc5/datagrid-mvc5/DataSourceLoadOptions.cs)
- [Web API](https://github.com/DevExpress-Examples/devextreme-datagrid-with-webapi/blob/23.1.3%2B/datagrid-webapi/DataSourceLoadOptions.cs)
- [ASP.NET MVC 5](https://github.com/DevExpress-Examples/devextreme-datagrid-mvc5/blob/23.1.3%2B/datagrid-mvc5/DataSourceLoadOptions.cs)

**NOTE:** If you use `DevExtreme.AspNet.Data` with [DevExtreme-based ASP.NET Core controls](https://docs.devexpress.com/AspNetCore/400263) or [DevExtreme ASP.NET MVC 5 controls](https://docs.devexpress.com/DevExtremeAspNetMvc/400943/), you do not need to implement the custom model binder because it is included in these libraries.

## Controller Example

- [ASP.NET Core](https://github.com/DevExpress/DevExtreme.AspNet.Data/blob/master/net/Sample/Controllers/NorthwindController.cs)
- [Web API](https://github.com/DevExpress/devextreme-examples/blob/17_2/datagrid-webapi/datagrid-webapi/Controllers/OrdersController.cs)
- [ASP.NET MVC 5](https://github.com/DevExpress/devextreme-examples/blob/17_2/datagrid-mvc5/datagrid-mvc5/Controllers/OrdersController.cs)
- [Web API](https://github.com/DevExpress-Examples/devextreme-datagrid-with-webapi/blob/23.1.3%2B/datagrid-webapi/Controllers/OrdersController.cs)
- [ASP.NET MVC 5](https://github.com/DevExpress-Examples/devextreme-datagrid-mvc5/blob/23.1.3%2B/datagrid-mvc5/Controllers/OrdersController.cs)

## API Reference

Expand All @@ -29,4 +29,4 @@ The server-side API is documented [here](https://devexpress.github.io/DevExtreme
## See Also

- [Sample ASP.NET Core project](https://github.com/DevExpress/DevExtreme.AspNet.Data/tree/master/net/Sample)
- [KB T334360 - How to implement a data service that supports remote operations for dxDataGrid](https://www.devexpress.com/Support/Center/Example/Details/T334360)
- [DataGrid - Web API Service demo](https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/WebAPIService/)

0 comments on commit 4e883e5

Please sign in to comment.