Skip to content

Commit

Permalink
Update client-side-with-jquery.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova authored Apr 26, 2024
1 parent e157c89 commit a19baea
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/client-side-with-jquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,13 @@ You can find a jQuery example [here](https://github.com/DevExpress/DevExtreme.As

## See Also

- [DataGrid and Web API example](https://github.com/DevExpress/devextreme-examples/tree/17_2/datagrid-webapi)
- [PivotGrid and Web API example](https://github.com/DevExpress/devextreme-examples/tree/17_2/pivotgrid-webapi)
- [DataGrid in an MVC 5 App example](https://github.com/DevExpress/devextreme-examples/tree/17_2/datagrid-mvc5)
- GitHub Examples
- [DataGrid and Web API](https://github.com/DevExpress-Examples/devextreme-datagrid-with-webapi)
- [PivotGrid and Web API](https://github.com/DevExpress-Examples/devextreme-pivotgrid-with-webapi)
- [DataGrid in an MVC 5 App](https://github.com/DevExpress-Examples/devextreme-datagrid-mvc5)
- Online Demos
- [DataGrid and Web API](https://js.devexpress.com/jQuery/Demos/WidgetsGallery/Demo/DataGrid/WebAPIService/)
- [PivotGrid and Web API](https://js.devexpress.com/jQuery/Demos/WidgetsGallery/Demo/PivotGrid/WebAPIService/)
- [DataGrid in an MVC 5 App](https://demos.devexpress.com/ASPNetMVC/Demo/DataGrid/WebAPIService/)
- [Custom Data Sources](https://js.devexpress.com/Documentation/Guide/Data_Binding/Specify_a_Data_Source/Custom_Data_Sources/)
- [PivotGrid - Use CustomStore](https://js.devexpress.com/Documentation/Guide/Widgets/PivotGrid/Use_CustomStore/)

0 comments on commit a19baea

Please sign in to comment.