Skip to content

Commit cbc56a3

Browse files
Update README.md
1 parent 1c1f9d5 commit cbc56a3

File tree

1 file changed

+39
-2
lines changed

1 file changed

+39
-2
lines changed

README.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1-
# Binding-data-from-remote-service-to-asp.net-core-data-grid
2-
Discover seamless remote data integration with Syncfusion's EJ2 ASP.NET Core Grid in this sample repository. Explore efficient techniques for handling filtering, sorting, paging operations, and CRUD operations within your ASP.NET Core applications, empowering you to manage and display data effectively.
1+
# Binding Data from Remote Services to Syncfusion EJ2 Grid in ASP.NET Core Platform
32

3+
## Overview
4+
5+
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.
6+
7+
## Features
8+
9+
- **Remote Data Integration:** Connect and bind data from remote services to the EJ2 Grid in ASP.NET Core.
10+
- **Data Operations:** Perform built-in operations like filtering, sorting, and paging using Syncfusion DataManager.
11+
- **CRUD Operations:** Create, Read, Update, and Delete records using remote service endpoints.
12+
- **Adaptor Support:** Examples demonstrate the use of various adaptors for data binding:
13+
- `UrlAdaptor`
14+
- `WebApiAdaptor`
15+
- `WebMethodAdaptor`
16+
- `ODataV4Adaptor`
17+
- `GraphQLAdaptor`
18+
- `RemoteSaveAdaptor`
19+
20+
## Prerequisites
21+
22+
Ensure you have the following before proceeding:
23+
24+
- Visual Studio with .NET Framework or .NET Core workload installed
25+
- Basic understanding of ASP.NET Core and Razor syntax
26+
27+
## Getting Started
28+
29+
* Clone this repository
30+
* Open the solution (.sln) in Visual Studio.
31+
* Build the project to restore NuGet packages and compile the solution.
32+
* Run the application using Ctrl + F5.
33+
34+
## Resources
35+
36+
You can also refer the below resources to know more details about Syncfusion ASP.NET Core Grid components.
37+
38+
* [Demo](https://ej2.syncfusion.com/aspnetcore/grid/gridoverview)
39+
* [Documentation](https://ej2.syncfusion.com/aspnetcore/documentation/grid/getting-started-core)
40+
* [Adaptors Documentation](https://ej2.syncfusion.com/aspnetcore/documentation/grid/connecting-to-adaptors/url-adaptor)

0 commit comments

Comments
 (0)