Example of Row Height in ASP.NET MVC Tree Grid Control
This sample demonstrates the row height feature of the Tree Grid. In this demo, the row height for all the Tree Grid rows can be changed as 20px, 40px and 60px through ToolBar button click.
DEMO
SOURCE
Tree Grid has provide an option to customize the row height by using RowHeight
property of Tree Grid.
In this sample, we have enabled an option in Toolbar to customize the row height of Tree Grid to 20px, 40px and 60px.