Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by SJ on Dec 14, 2009 06:39
open dhtmlx forum
Images in TreeView

Hi,

Is there a way to completely remove the images in some of the cells in a TreeView?

Thanks!
Answer posted by Alex (support) on Dec 14, 2009 06:45

Hello,

there is no way to remove image. But you can use black image as an image:

treeGrid.setItemImage(rowId,imagePath);

or

<cell image="blank.gif">