Skip to content

Commit c7fe818

Browse files
Updated sample.
1 parent 0d5d345 commit c7fe818

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
11
# Binding-data-and-perform-action-in-ej2-aspnetmvc-grid-using-Ajax-request
2-
The Syncfusion Grid facilitates seamless data binding through Ajax requests, enabling CRUD operations with server-side data. This capability streamlines database updates and asynchronous data fetching, enhancing efficiency without requiring page reloads
2+
3+
This repository demonstrates the integration of the Syncfusion EJ2 Grid with external data sources using Ajax requests. The Syncfusion Grid provides a seamless way to bind data from external sources, facilitating CRUD (Create, Read, Update, Delete) operations with data retrieved from a server. This feature is particularly valuable for sending data to a server for database updates and asynchronously retrieving data without refreshing the entire web page.
4+
5+
## Features
6+
7+
**Asynchronous Data Binding:** Bind data from external sources using Ajax API.
8+
9+
**CRUD Operations:** Implement Create, Read, Update, and Delete operations.
10+
11+
## Getting Started
12+
13+
**1. Clone the Repository:**
14+
15+
Use `git clone` to fetch the repository from GitHub.
16+
17+
```bash
18+
https://github.com/SyncfusionExamples/Binding-data-and-perform-action-in-ej2-aspnetmvc-grid-using-Ajax-request.git
19+
```
20+
21+
**2. Open and Run the Project:**
22+
23+
* Open the project in Visual Studio.
24+
* Run the project
25+
26+
![Adaptors](./image/ajaxrequest.gif

image/ajaxrequest.gif

243 KB
Loading

0 commit comments

Comments
 (0)