I have a two layer treegrid. Is there any way to increase the height of the child rows while keeping the top level parent at the default?
Unfortunately such feature is not available.
The only way is to enable the multiline content and add the content that will make the row get higher (f.e. image with the height bigger that the default row height)
mygrid.enableMultiline(true);