diff --git a/README.md b/README.md index 055989d..cdef617 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,23 @@ # CRUD-action-using-RemoteSaveAdaptor-in-angular-tree-grid -Demo sample illustrating CRUD actions using Remote save adaptor in the Angular Tree Grid. +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. ## Prerequisites * Visual Studio 2022 -* .Net 7.0 +* .NET 7.0 +* [Node.js and npm](https://ej2.syncfusion.com/angular/documentation/system-requirement#nodejs) +* [Angular CLI](https://ej2.syncfusion.com/angular/documentation/system-requirement#angular-version) ## How to run this application? -* Checkout this project to a location in your disk. -* Open the solution file using the Visual Studio 2022. +* Check out this project to a location on your disk. +* Open the solution file using Visual Studio 2022. * Restore the NuGet packages by rebuilding the solution. * Run the project. + +## Reference: +[Demo] (https://ej2.syncfusion.com/angular/demos/#/tailwind3/treegrid/treegrid-overview) +[RemoteSaveAdaptor](https://ej2.syncfusion.com/angular/documentation/data/adaptors#remotesaveadaptor) +[Documentation](https://ej2.syncfusion.com/angular/documentation/treegrid/editing/edit) + +