In reference to dhtmlx.com/docs/products/kb/inde … ormal&q=91
These propety settings are not available in the TreeGrid control. Is there some sort of equivalent?
There is no tree lines in current version of dhtmlxtreegrid at all ( it will be included in oncoming 1.5 version as optional extension, please write directly to support@dhtmlx.com if you want to preview sample of oncoming functionality )
The plus|minus signs can’t be changed to text signs by API, but it can be done but pretty simple modification in js code
dhtmlxtreegrid.js , line 417
_tgc.imst="<img src=’"+this.grid.imgURL;
this can be changed to text tag
dhtmlxtreegrid.js , line 13
this.rowsAr[z.id].imgTag.src=this.imgURL+z.state+".gif";
this need to be changed to text tag modification instead of url modification.