From 1f535a1725a55a84261dc57378bfc88a7aac3936 Mon Sep 17 00:00:00 2001 From: jmfarook7 <93311100+jmfarook7@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:24:00 +0530 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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) + +