Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.