|
1 | | -# Different-Editing-Modes-in-Angular-Tree-Grid |
| 1 | +# Different Editing Modes and Templates in Angular Tree Grid |
| 2 | + |
2 | 3 | Learn how you can edit in Syncfusion Angular Tree Grid. This example explains the Tree Grid editing features like edit types, edit modes, and Command column.
|
| 4 | + |
| 5 | +Documentation: https://ej2.syncfusion.com/angular/documentation/treegrid/edit/ |
| 6 | + |
| 7 | +Online example: https://ej2.syncfusion.com/angular/demos/#/material/treegrid/celledit-type |
| 8 | + |
| 9 | +## Project pre-requisites |
| 10 | +Make sure that you have the compatible versions of TypeScript and Angular in your machine before starting to work on this project. |
| 11 | +* Angular 4+ |
| 12 | +* TypeScript 2.6+ |
| 13 | + |
| 14 | +## How to run this application? |
| 15 | +To run this application, you need to first clone the `Different-Editing-Modes-in-Angular-Tree-Grid` repository and then navigate to its appropriate path where it has been in your system. |
| 16 | + |
| 17 | +To do so, open the command prompt and run the below commands one after the other. |
| 18 | + |
| 19 | +``` |
| 20 | +git clone https://github.com/SyncfusionSamples/Different-Editing-Modes-in-Angular-Tree-Grid treegrid-example |
| 21 | +cd treegrid-example |
| 22 | +``` |
| 23 | + |
| 24 | +## Installing |
| 25 | +Once done with downloading, next you need to install the necessary packages required to run this application locally. The `npm install` command will install all the needed angular packages into your current project and to do so, run the below command. |
| 26 | + |
| 27 | +``` |
| 28 | +npm install |
| 29 | +``` |
| 30 | + |
| 31 | +## Running on development server |
| 32 | +Run `ng serve` command for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. |
| 33 | + |
| 34 | +## Further help |
| 35 | + |
| 36 | +To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). |
0 commit comments