Row height in TypeScript Treegrid control
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.