Row Height in ASP.NET MVC Tree Grid Component

18 Nov 20181 minute to read

You can customize the row height of treegrid rows through the RowHeight property. The RowHeight property is used to change the row height of entire treegrid rows.

In the below example, the RowHeight is set as ‘60px’.

Customize row height for particular row

Grid row height for particular row can be customized using the RowDataBound event by setting the RowHeight in arguments for each row based on the requirement.

In the below example, the row height for the row with Task ID as 3 is set as 90px using the RowDataBound event.

NOTE

You can refer to our ASP.NET MVC Tree Grid feature tour page for its groundbreaking feature representations. You can also explore our ASP.NET MVC Tree Grid example to knows how to present and manipulate data.