Categories | Question details Back To List | ||
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) |