|
| 1 | +# How to Handle Server-Side Data Editing in Angular TreeGrid |
| 2 | + |
| 3 | +Learn how you can handle server-side data editing in the Syncfusion Angular TreeGrid control. |
| 4 | +This example explains data binding using a remote call. You’ll see how to insert, update, and remove a record and delete multiple records using the Syncfusion DataManager. An ASP.NET Core web application with Angular as its front-end is used to explain these CRUD operations in the Angular TreeGrid. |
| 5 | + |
| 6 | +Documentation: https://ej2.syncfusion.com/angular/documentation/treegrid/edit/#url-adaptor |
| 7 | + |
| 8 | + |
| 9 | +## Project prerequisites |
| 10 | +Make sure that you have the compatible versions of TypeScript, Angular and .NET Core in your machine before starting to work on this project: |
| 11 | +* Angular 4+ |
| 12 | +* TypeScript 2.6+ |
| 13 | +* .NET Core 2.1+ |
| 14 | + |
| 15 | +## How to run this application |
| 16 | +To run this application, you need to first clone the ` How-to-handle-server-side-data-editing-in-Angular-Tree-Grid` repository and then navigate to the path where it has been stored in your system. |
| 17 | + |
| 18 | +To do so, open the command prompt and run the below commands one after the other. |
| 19 | + |
| 20 | +git clone https://github.com/SyncfusionExamples/How-to-handle-server-side-data-editing-in-Angular-Tree-Grid treegrid-example |
| 21 | + |
| 22 | +## Installation |
| 23 | +Once done with downloading, you need to install the packages required to run this application locally. To do so, open the solution file ‘ServerSideEditing.sln’ in Visual Studio 2017+ and build the application using keys Ctrl+Shift+B |
| 24 | + |
| 25 | +This will install all the needed Angular packages into your current project. |
| 26 | + |
| 27 | +## Running on a development server |
| 28 | +Run the application using the key F5. This will open the application in the browser. |
| 29 | + |
| 30 | +## Further help |
| 31 | + |
| 32 | +To get more help with the Angular CLI, use `ng help` or check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). |
0 commit comments