Skip to content

Commit a2295ef

Browse files
Update README.md
1 parent fbdf2d9 commit a2295ef

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Binding data from remote service to Vue data grid
1+
# Binding Data from Remote Service to ASP.NET MVC Grid
22

33
## Overview
44

5-
This repository demonstrates how to bind data from various remote services to a Syncfusion Essential JS 2 (EJ2) Vue Data Grid. It provides examples for integrating data using different adaptors and showcases techniques for handling filtering, sorting, paging, and CRUD operations within Vue applications. By exploring this repository, you will learn how to efficiently manage and display data in your applications.
5+
This guide demonstrates how to bind data from various remote services to a Syncfusion Essential JS 2 (EJ2) ASP.NET MVC Grid. It provides examples for integrating data using different adaptors and showcases techniques for handling filtering, sorting, paging, and CRUD operations within ASP.NET MVC applications. By exploring this guide, you will learn how to efficiently manage and display data in your applications.
66

77
## Features
88

9-
**Remote Data Integration:** Seamlessly bind data from various remote services to the Syncfusion EJ2 Vue Grid.
9+
**Remote Data Integration:** Seamlessly bind data from various remote services to the Syncfusion EJ2 ASP.NET MVC Grid.
1010

1111
**Data Operations:** Handle filtering, sorting, and paging operations with ease.
1212

@@ -24,36 +24,34 @@ This repository demonstrates how to bind data from various remote services to a
2424

2525
Before you begin, ensure you have met the following requirements:
2626

27-
* Node.js and npm installed
27+
* Visual Studio installed with ASP.NET MVC development workload.
28+
* Basic knowledge of ASP.NET MVC and web development.
2829

29-
* Basic knowledge of Vue and web development
3030
## Getting Started
3131

3232
**1. Clone the Repository:**
3333

3434
Use `git clone` to fetch the repository from GitHub.
3535

3636
```bash
37-
https://github.com/SyncfusionExamples/Binding-data-from-remote-service-to-vue-data-grid.git
37+
https://github.com/SyncfusionExamples/Binding-data-from-remote-service-to-asp-net-mvc-data-grid.git
3838
```
3939

4040
**2. Open and Build the Project:**
4141

4242
* Open the project in Visual Studio.
4343
* Build the project to restore dependencies and compile it.
44-
* Run the project
44+
* Run the project.
4545

4646
**3. Explore the Code:**
4747

48-
* Navigate to vue client folder(~src/app.vue)
48+
* Navigate to the `Controllers` and `Views` folders.
4949
* Debug and interact with the code as needed.
50-
51-
![Adaptors](./assets/images/adaptor-crud-operation.gif)
52-
50+
*
5351
## Resources
5452

55-
You can also refer the below resources to know more details about Syncfusion Vue Grid components.
53+
You can also refer to the following resources to learn more about Syncfusion ASP.NET MVC Grid components:
5654

57-
* [Demo](https://ej2.syncfusion.com/vue/demos/#/tailwind/grid/over-view)
58-
* [Documentation](https://ej2.syncfusion.com/vue/documentation/grid/getting-started)
59-
* [Connecting to adaptors](https://ej2.syncfusion.com/vue/documentation/grid/connecting-to-adaptors)
55+
* [Demo](https://ej2.syncfusion.com/aspnetmvc/grid/gridoverview)
56+
* [Documentation](https://ej2.syncfusion.com/aspnetmvc/documentation/grid/getting-started)
57+
* [Connecting to Adaptors](https://ej2.syncfusion.com/aspnetmvc/documentation/grid/connecting-to-adaptors)

0 commit comments

Comments
 (0)