Skip to content

Commit 1f535a1

Browse files
authored
Update README.md
1 parent 84d2ba2 commit 1f535a1

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
# CRUD-action-using-RemoteSaveAdaptor-in-angular-tree-grid
2-
Demo sample illustrating CRUD actions using Remote save adaptor in the Angular Tree Grid.
2+
This demo showcases how to implement Create, Read, Update, and Delete (CRUD) operations using the `RemoteSaveAdaptor` in the Angular Tree Grid component from Syncfusion. It demonstrates seamless data synchronization between the UI and a remote server, enabling dynamic updates to hierarchical data structures.
33

44
## Prerequisites
55

66
* Visual Studio 2022
7-
* .Net 7.0
7+
* .NET 7.0
8+
* [Node.js and npm](https://ej2.syncfusion.com/angular/documentation/system-requirement#nodejs)
9+
* [Angular CLI](https://ej2.syncfusion.com/angular/documentation/system-requirement#angular-version)
810

911
## How to run this application?
1012

11-
* Checkout this project to a location in your disk.
12-
* Open the solution file using the Visual Studio 2022.
13+
* Check out this project to a location on your disk.
14+
* Open the solution file using Visual Studio 2022.
1315
* Restore the NuGet packages by rebuilding the solution.
1416
* Run the project.
17+
18+
## Reference:
19+
[Demo] (https://ej2.syncfusion.com/angular/demos/#/tailwind3/treegrid/treegrid-overview)
20+
[RemoteSaveAdaptor](https://ej2.syncfusion.com/angular/documentation/data/adaptors#remotesaveadaptor)
21+
[Documentation](https://ej2.syncfusion.com/angular/documentation/treegrid/editing/edit)
22+
23+

0 commit comments

Comments
 (0)