Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Nina on Jan 14, 2010 10:24
open dhtmlx forum
dhtmlxgrid tree - How can I remove the leaf icon


How can I have my grid tree not show the leaf icons? I don't want any icons at all. I enabled the tree grid lines thinking that may replace the leaf icons with the lines but that did not happen.

Thanks!!
Answer posted by Alex (support) on Jan 15, 2010 01:27

You can call the following method before item adding:

treegrid.setImageSize(1,1)