Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)