I want to expand the height of the row of a Tree Grid to see the full contents. How can I expand the height of the table rows as well as the header rows of a Tree Grid ?
If you want to see the full content of the Tree Grid, you can use autoRowHeight: true.
In this case, jqxTreeGrid automatically calculates the rows height and wraps the cell text.