Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 887 Bytes

File metadata and controls

21 lines (13 loc) · 887 Bytes

Different Editing Modes in Blazor Tree Grids

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

Prerequisites

  • Visual Studio 2022

How to run the project

  • 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.

Further help

For more help, check the [ASP.NET Core Blazor documentation] (https://docs.microsoft.com/en-us/aspnet/core/blazor).