diff --git a/README.md b/README.md index e17be75..2858d5f 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,29 @@ # Different Editing Modes in Blazor Tree Grids - Try Sample -A quick-start Blazor WebAssembly application that helps you to implement edit feature in a Syncfusion Blazor Tree Grid . In this example, a Tree Grid is added with columns and data bound to it. - -**Documentation**: https://blazor.syncfusion.com/documentation/treegrid/edit - -**Online example**: https://blazor.syncfusion.com/demos/tree-grid/inline-editing +A quick-start Blazor WebAssembly application that helps you to implement edit feature in a Syncfusion [Blazor Tree Grid](https://www.syncfusion.com/blazor-components/blazor-tree-grid). In this example, a Tree Grid is added with columns and data bound to it. ## Prerequisites -* Visual Studio 2022 +* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) or later +* [Visual Studio Code](https://code.visualstudio.com/) ## 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. +1. Clone or download this repository to a location in your system. +2. Open the solution file using the Visual Studio or Visual Studio code. +3. Restore the NuGet packages by rebuilding the solution or run `dotnet restore`. +4. Build the project to ensure there are no compilation errors. +5. Run the project. + +Optional CLI Commands: + +```powershell +dotnet restore +dotnet build +``` + +## References + +**Documentation**: https://blazor.syncfusion.com/documentation/treegrid/editing/edit -## Further help -For more help, check the [ASP.NET Core Blazor documentation] (https://docs.microsoft.com/en-us/aspnet/core/blazor). +**Online examples**: https://blazor.syncfusion.com/demos/tree-grid/inline-editing?theme=fluent2 \ No newline at end of file