Customize Blazor TreeGrid Rows Using Templates

Arun Raj
Oct 11, 2021

--

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

--

--