Hi,
Is there a way to completely remove the images in some of the cells in a TreeView?
Thanks!
Hello,
there is no way to remove image. But you can use black image as an image:
treeGrid.setItemImage(rowId,imagePath);
or
Hi,
Is there a way to completely remove the images in some of the cells in a TreeView?
Thanks!
Hello,
there is no way to remove image. But you can use black image as an image:
treeGrid.setItemImage(rowId,imagePath);
or