A quick-start Blazor WebAssembly application that helps you edit hierarchical data in a Syncfusion Blazor Tree Grid . In this example, you’ll learn how to enable editing in a Tree Grid and explains you the available editing modes. Then it explains how to add a command column in a Tree Grid.
Documentation: https://blazor.syncfusion.com/documentation/treegrid/edit
Online example: https://blazor.syncfusion.com/demos/tree-grid/inline-editing
- Visual Studio 2022
- Checkout this project to a location in your disk.
- Open the solution file using the Visual Studio 2022.
- Restore the NuGet packages by rebuilding the solution.
- Run the project.
For more help, check the [ASP.NET Core Blazor documentation] (https://docs.microsoft.com/en-us/aspnet/core/blazor).