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