Hey,
Is there a possibility to get a TreeNode (as part of a TreeGrid) without any icon in front?
I tried the following:
those don't work. Then there is no icon, but the word "icon_1" in front.
i tried IE and Firefox.
Thanks, GG
Is there a possibility to get a TreeNode (as part of a TreeGrid) without any icon in front?
I tried the following:
Code:
treeGrid.setNodeIcon(""); treeGrid.setFolderIcon("");
Code:
treeNode.setIcon("");
i tried IE and Firefox.
Thanks, GG
Comment