Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syncfusionexamples/ej2-datagrid-core-update-datasource-and-columns-from-ajax-request
Update grid data source and columns from data received in ajax success function.
https://github.com/syncfusionexamples/ej2-datagrid-core-update-datasource-and-columns-from-ajax-request
ajax aspnetcore core grid syncfusion-ej2 update-columns update-datasource
Last synced: 19 days ago
JSON representation
Update grid data source and columns from data received in ajax success function.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/ej2-datagrid-core-update-datasource-and-columns-from-ajax-request
- Owner: SyncfusionExamples
- Created: 2019-11-27T12:43:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T05:54:43.000Z (5 months ago)
- Last Synced: 2024-08-01T07:37:06.262Z (5 months ago)
- Topics: ajax, aspnetcore, core, grid, syncfusion-ej2, update-columns, update-datasource
- Language: C#
- Size: 522 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASP.NET CORE DataGrid - Update Datasource and Columns from AJAX Request
This sample explains about how to update the grid’s data source and columns using the dataSource and columns property with the data returned from ajax post request.
**Incident link**: https://www.syncfusion.com/support/directtrac/incidents/253576
## Prerequisites
* Visual Studio 2022
## How to run the project
* Checkout this project to a location in your disk.
* Open the solution file using the Visual Studio 2022.
* Restore the NuGet packages by rebuilding the solution.
* Run the project.