dhtmlxTreeGrid: enableTreeGridLines / enableTreeLines

(1) You have a typo in both your online/offline documentation for TreeGrid:



Docs Explorer --> Documentation Tab --> dhtmlxGrid/TreeGrid --> Guide --> dhtmlxTreeGrid Extension --> Lines between nodes:



It says: “treegrid.enableTreeLines(true);”

I guess it should be “treegrid.enableTreeGridLines(true);”



(2) When I set ‘enableTreeGridLines()’ to ‘true’, I get the following behaviour in IE6:



The +/- and ‘blank’ icons disappear (NOT the ‘folder’/‘leaf’ gif) and are replaced by “missing image” placehoders (red x symbol).

Also, the row cannot be expanded anymore.



In FF 3.0.5, the icons are also missing but no placeholder is shown.

The row is also not ‘clickable’ in order to add (sub-)rows to it.



Thanks for your support.

(1) You have a typo in both your online/offline documentation for TreeGrid:
Thanks for remark, it will be fixed in nearest time.

>>(2) When I set ‘enableTreeGridLines()’ to ‘true’, I get the following behaviour in IE6:
Please be sure that
a) codebase/dhtmlxtreegrid_lines.js included on the page
b) you are using one of the image folders which supports tree lines
codebase/imgs/icons_greenfolders
codebase/imgs/icons_books_greenfolders
codebase/imgs/csh_bluebooks

Thanks, the image folder was not included.
Now it works fine.