Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 883 Bytes

File metadata and controls

22 lines (13 loc) · 883 Bytes

Vue Grid SQL Server Connectivity using Entity Framework and URLAdaptor

A project that enables data binding and CRUD action handling in the Syncfusion Vue Grid to a SQL Server using Entity Framework and URLdaptor feature of the Grid.

Steps to Run the Sample

  1. Download or unzip the project and open the project in Visual Studio 2022.

  2. Add the NORTHWIND.MDF database located in the App_Data folder of the backend project to the application.

  3. Replace the connected database's connection string in the GridController.cs file.

  4. In the Vue client project, open App.vue and replace the port number in the API URL where it says xxxx with the actual backend server port.

  5. Navigate to the client project folder and run the following command:

    npm install
  6. Build the project to restore dependencies and compile it.

  7. Run the project.