Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 13 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Binding data from remote service to Vue data grid
# Binding Data from Remote Service to ASP.NET MVC Grid

## Overview

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.
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.

## Features

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

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

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

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

* Node.js and npm installed
* Visual Studio installed with ASP.NET MVC development workload.
* Basic knowledge of ASP.NET MVC and web development.

* Basic knowledge of Vue and web development
## Getting Started

**1. Clone the Repository:**

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

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

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

* Open the project in Visual Studio.
* Build the project to restore dependencies and compile it.
* Run the project
* Run the project.

**3. Explore the Code:**

* Navigate to vue client folder(~src/app.vue)
* Navigate to the `Controllers` and `Views` folders.
* Debug and interact with the code as needed.

![Adaptors](./assets/images/adaptor-crud-operation.gif)

*
## Resources

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

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