dafo / igxGrid_BatchUpdate

Implementing batch updating with igxGrid and WebAPI

Home Page:https://medium.com/ignite-ui/editing-entities-without-breaking-the-network-tab-part-1-5-934b5a1dab38

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

igxGrid_BatchUpdate

Running the Web API project

  1. Open CityService.sln in Visual Studio
  2. Build the solution to restore the NuGet packages
  3. Run the Package Manager Console and execute the following commands to generate the data:
> Add-Migration Initial
> Update-Database
  1. Run the project (F5)

Running the Angular project

  1. Run npm install inside the "Batch Update" folder
  2. Run npm run start

Note: The Web API project should be running when you start the Angular project

About

Implementing batch updating with igxGrid and WebAPI

https://medium.com/ignite-ui/editing-entities-without-breaking-the-network-tab-part-1-5-934b5a1dab38


Languages

Language:JavaScript 55.2%Language:C# 33.3%Language:TypeScript 5.5%Language:HTML 4.9%Language:CSS 0.7%Language:SCSS 0.4%Language:ASP.NET 0.0%