Skip to content

Commit ca7036e

Browse files
Update server-side-configuration.md (#627)
1 parent ed53b3e commit ca7036e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/server-side-configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ The server-side part of the extension is the `DevExtreme.AspNet.Data.dll` assemb
1111
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.
1212

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

1717
**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.
1818

1919
## Controller Example
2020

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

2525
## API Reference
2626

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

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

0 commit comments

Comments
 (0)