This sample demonstrates how to bind data from various remote services to the Syncfusion Essential JS 2 (EJ2) Grid in an ASP.NET Core application. It showcases different data adaptors and provides examples for implementing data operations such as filtering, sorting, paging, and CRUD functionalities in an Core environment.
- Remote Data Integration: Connect and bind data from remote services to the EJ2 Grid in ASP.NET Core.
- Data Operations: Perform built-in operations like filtering, sorting, and paging using Syncfusion DataManager.
- CRUD Operations: Create, Read, Update, and Delete records using remote service endpoints.
- Adaptor Support: Examples demonstrate the use of various adaptors for data binding:
UrlAdaptorWebApiAdaptorWebMethodAdaptorODataV4AdaptorGraphQLAdaptorRemoteSaveAdaptor
Ensure you have the following before proceeding:
- Visual Studio with .NET Framework or .NET Core workload installed
- Basic understanding of ASP.NET Core and Razor syntax
- Clone this repository
- Open the solution (.sln) in Visual Studio.
- Build the project to restore NuGet packages and compile the solution.
- Run the application using Ctrl + F5.
You can also refer the below resources to know more details about Syncfusion ASP.NET Core Grid components.