Hi Travis,
Thanks for contacting Syncfusion support.
In TreeGrid control we can specifies the height of rows by using “rowHeight” property. We can define the “rowHeight” value in integer and it will consider the value in terms of pixels
We have prepared a sample and rendered TreeGrid rows in 20px height, please refer following code snippet,
@(Html.EJ().TreeGrid("Treecontainer")
//…
.RowHeight(20) //Set Row Height
) |
Pease find the sample from below link.
Please let us know if you require further assistance on this.
Regards,
Jayakumar D