DEV Community

Cover image for Customize Blazor TreeGrid Rows Using Templates
Arun for Syncfusion, Inc.

Posted on

Customize Blazor TreeGrid Rows Using Templates

Learn how to customize rows in our Blazor TreeGrid component using templates.

You will also learn how to customize a row using the RowDataBound event and a cell using the QueryCellInfo event.

Download an example from GitHub: https://bit.ly/2WSubkj

Refer to the following documentation to work with rows in the Blazor TreeGrid component: https://bit.ly/3Bp5quO

Check out this online example of the row template in the Blazor TreeGrid component: https://bit.ly/2WROYEB

Top comments (0)