A quick-start Blazor project that shows how to enable row and cell selection in a Blazor TreeGrid component of Syncfusion along with its different selection types and modes. This project also includes a code snippet to perform checkbox selection, toggle selection, and working of few of its APIs.
Documentation: https://blazor.syncfusion.com/documentation/treegrid/selection/
Online examples: https://blazor.syncfusion.com/demos/tree-grid/selection?theme=bootstrap4
- 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.