TreeGrid Row Height Issue

Please refer to the screenshot below. This includes a sample TreeGrid (the code for which is attached) and an overlay at top,right from a regular grid display.


Note that

(1) top plus/minus icon has a vertical line above the icon. It appears that the wrong icon is being selected, or there’s some attribute that’s supposed to be in the first to indicate that the row is, truly, the very top of the tree.

(2) the vertical line between Ambulance and Limousine has two breaks, caused no doubt by the fact that the row height for each row is 1-2 pixels more than it should be. (This is why I included the overlay from a regular grid, where you can see that there is a 1-2 pixel difference in row height).
01Test.zip (104 KB)

(1) Plus image at the top position is the same as at child position. You can create image without top sign and load it to the top position
(2) Try to add following style to your page:

<style type="text/css" media="screen"> div.gridbox table.row20px tr td{ height:18px; } </style>

(1) It is interesting to note that there is a top image without the vertical line in the imgs folder. It would seem it’s not being appropriately used…

(2) Thanks for the style suggestion… but it had no affect.